Skip to content

In this project, I aimed to apply three variations of Neural Networks, Simple Neural Networks (NNs), Convolutional Neural Networks (CNNs), and Long Short-Term Memory Networks (LSTM), for the sentiment analysis of the movie reviews.

Notifications You must be signed in to change notification settings

amirhosseinazami1373/SENTIMENT-ANALYSIS-OF-THE-IMDB-REVIEWS-USING-NEURAL-NETWORKS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SENTIMENT-ANALYSIS-OF-THE-IMDB-REVIEWS-USING-NEURAL-NETWORKS LangChain LangChain

In this project, I aimed to apply three variations of Neural Networks, Simple Neural Networks (NNs), Convolutional Neural Networks (CNNs), and Long Short-Term Memory Networks (LSTM), for the sentiment analysis of the movie reviews.

The Data set utilized for this project is IMDB 50K reviews, a standard data set for sentiment analysis. The data set is composed of 50,000 reviews of users on the IMDB website, and their sentiment is marked as “positive” or “negative.” The allocation of the reviews an their labels is as follows:

sentiment allocations

Word cloud of positive reviews:

positive

Word cloud of negative reviews:

negative

The word count distribution of the negative and positive reviews:

Word_count_distr

Road Map:

image

Generations of the Neural Networks (NNs):

1-

image

2-

image

3-

image

Generations of the Convolutional Neural Networks (CNNs):

1-

image

2-

image

3-

image

Generations of the Long Short-Term Memory Network (LSTM):

1-

image

2-

image

3-

image

About

In this project, I aimed to apply three variations of Neural Networks, Simple Neural Networks (NNs), Convolutional Neural Networks (CNNs), and Long Short-Term Memory Networks (LSTM), for the sentiment analysis of the movie reviews.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published