Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 456 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 456 Bytes

Sentiment-analysis

A sentiment analysis model trained on Amazon reviews dataset. It achieves 91% on test dataset after 6 epochs.

Files: Sentiment_analysis_model_training.ipynb -> Notebook including datasets downloading, pre-processing, model building training and validating Pre_trained_model.ipynb -> Notebook allowing for using the model trained with the first file by downloading pre-trained weight. User can input any review and see the prediction.