Loading...
Works  

IMDB Sentiment Analysis 2024

A deep-learning model using Neural Networks algorithm to predict the correct sentiment for IMBD movie reviews with a dataset of 50000 rows.

Steps taken 🪜

Model's final result = training score of 88% and testing score of 87%:

homepage

Step 1: Collecting Data

nn_1nn_2nn_3

Step 2: Preprocessing the reviews

nn_4

Step 3: Apply Feature Extraction Techniques

nn_5

Step 4: Neural Networks Time!

nn_6nn_7nn_8nn_9