DL based analysis of movie reviews
Maryam Paparimoghadamborazjani, Amin Kazemi

TL;DR
This paper develops deep learning models, specifically LSTM and CNN, to classify movie reviews from IMDb, achieving high accuracy and demonstrating LSTM's superior performance and efficiency.
Contribution
The study compares LSTM and CNN models for movie review classification, highlighting LSTM's higher accuracy and lower computational cost.
Findings
LSTM achieved 99.2% accuracy in review classification.
CNN achieved 97.4% accuracy.
LSTM outperforms CNN in accuracy and efficiency.
Abstract
Undoubtedly, social media are brainstormed by a tremendous volume of stories, feedback, reviews, and reactions expressed in various languages and idioms, even though some are factually incorrect. These motifs make assessing such data challenging, time-consuming, and vulnerable to misinterpretation. This paper describes a classification model for movie reviews founded on deep learning approaches. Almost 500KB pairs of balanced data from the IMDb movie review databases are employed to train the model. People's perspectives regarding movies were classified using both the long short-term memory (LSTM) and convolutional neural network (CNN) strategies. According to the findings, the CNN algorithm's prediction accuracy rate would be almost 97.4%. Furthermore, the model trained by LSTM resulted in accuracies of around and applying 99.2% within the Keras library. The model is investigated more…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Sentiment Analysis and Opinion Mining · Explainable Artificial Intelligence (XAI)
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
