Skip to content

bouh2/NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

NLP notebooks

Various approaches to NLP problems using Keras and TensorFlow.

  1. Sentiment analysis of IMDB reviews IMDB dataset contains labeled (25k for positive and 25k for negative) and unsupervised (50k) reviews. Models used to predict a sentiment:
  • word embedding dataset GloVe. Prediction accuracy ~ 54%
  • LSTM model. Prediction accuracy ~ 53% LSTM model should be fine-tuned for a better result.

About

nlp notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published