Sentiment Analysis IMDB Review - Presentation
Sentiment Analysis IMDB Review - Presentation
of IMDB Movie
Reviews
BINGHAMTON UNIVERSITY
STATE UNIVERSITY OF NEW YORK
Team Members -
SPRING 2020
CS-580L-01
- Chaitanya Kulkarni
B-Num: B00814455
SUNY Binghamton
[email protected]
- Abhimanyu Singh
B-Num: B00813542
SUNY Binghamton
[email protected]
- Chaitanya Kulkarni
9. Our Learning
● Understood that main difficulty is to make dataset ready for training (Data
Preprocessing).
● Understood the differences between generative and discriminative
models.
● When dataset size is very large like infinite discriminative models are
preferable. However, Generative models can reach its asymptotic faster
since it needs fewer training set to do that.
● As known that SVM is the one the best classifiers. However, it performs
poorly in our dataset. Main reason of this may be we have ignored
hyperparameter tuning. If we consider hyperparameter tuning, accuracies
for SVM and LR may increase but Naive Bayes accuracy may remain stable.
- Necati A Ayan
9. Our Learning
● Got to learn that, constructing and training a model is only a small part of a
machine learning project, major task lies in Data Pre-processing
● Learned various ways to clean the textual data and why is it necessary, to
make it suitable to feed to our learning model.
● Learned to apply what was taught in class in our project, like which models
to choose for a specific task, which in our case was text classification.
● Learned how to improve the accuracies of the models by employing
various optimization techniques like hyperparameter tuning
● Learned the actual difference between probabilistic and Binary Classifiers
● Got to know that, though some models are considered better for some
tasks, but other models can outperform them in some data-sets, which
happened in our case.
- Abhimanyu Singh
10. References
[1]. MaisYasen, Sara Tedmori. “Movies Reviews Sentiment Analysis and
Classification”. IEEE Jordon International Joint Conference on Electrical
Engineering and Information Technology (JEEIT). 978-1-5386-7942-5.
[2]. Tirath Prasad Sahu, Sanjeev Ahuja. “Sentiment Analysis of movie reviews: A
study on feature selection and classification algorithms”. International Conference on
Microelectronics, Computing, and Communication (MicroCom).978-1-4673-6621-2.
[3]. Wijayanto, Unggul and Sarno, Ritanarto. “An Experimental Study of Supervised
Sentiment Analysis Using Gaussian Naïve Bayes”.
476-481.10.1109/ISEMANTIC.2018.8549788.
[4]. Tejaswini M. Untawale, G. Choudhari. “Implementation of Sentiment
Classification of Movie Reviews by Supervised Machine Learning Approaches”.
978-1-5386-7808-4.
Thank You