Skip to content

This project develops sentiment classification models for IMDB reviews using shallow RNN, unidirectional LSTM, and bidirectional LSTM. It employs GloVe embeddings, evaluates performance with accuracy, precision, recall, and F1 score, and aims to assess the impact of LSTM layers on model effectiveness. This is just to learn basic concepts properly.

Notifications You must be signed in to change notification settings

Mouly22/Sentiment-Analysis_IMDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Sentiment-Analysis_IMDB

This project focuses on developing sentiment classification models for IMDB reviews, providing a beginner-friendly introduction to NLP models. Using shallow RNN, unidirectional LSTM, and bidirectional LSTM architectures, it incorporates GloVe embeddings and evaluates model performance with metrics like accuracy, precision, recall, and F1 score. The goal is to understand the impact of LSTM layers on model effectiveness, gain hands-on experience in NLP, and build a foundational skill set that is beneficial for working on larger language models (LLMs) and more advanced NLP projects in the future.

The notebook showcases the implementation on a code level: Click Here

This report provides details explaination of our work: Click Here

 

About

This project develops sentiment classification models for IMDB reviews using shallow RNN, unidirectional LSTM, and bidirectional LSTM. It employs GloVe embeddings, evaluates performance with accuracy, precision, recall, and F1 score, and aims to assess the impact of LSTM layers on model effectiveness. This is just to learn basic concepts properly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published