IMDB dataset having 50K movie reviews for natural language processing or text analytics. This is a dataset of 50,000 highly polar movie reviews for binary sentiment classification. In this project, we will train and test deep learning models and predict positive and negative reviews.
- Tensorflow/Keras, Scikit-learn
- LSTM, BiLSTM, GRU
- Glove embedding
- To download IMDB dataset, please visit kaggle. For more dataset information, please go through the following link
- To download Glove embedding, please visit GloVe: Global Vectors for Word Representation