Skip to content

Sentiment analysis of IMDB reviews using Neural networks

Notifications You must be signed in to change notification settings

hackasaur/Sentiment-analysis

Repository files navigation

Sentiment Analysis of IMDb dataset using neural networks

Implemented sentiment analysis on IMDb movie review data using feed-forward neural networks and SGD optimizer. Achieved maximum validation accuracy of 88.5% in 10 epochs.

  • Created feature matrices using BOW approach
  • Reduced the vocabulary size to save memory
  • Used minibatch gradient descent
  • Used Nesterov momentum

Training and validation loss per epoch

train-val-loss

Validation accuracy per epoch

Val accuracy per epoch

Loss per 1000 random batches:

loss by batches

About

Sentiment analysis of IMDB reviews using Neural networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published