BeiCunNan/Sentiment_Analysis_Imdb
Using Bert/Roberta + LSTM/GRU/BiLSTM/TextCNN to do the sentiment analysis on the imdb datasets.
Combines pre-trained transformers (BERT/RoBERTa) with multiple sequential architectures (LSTM, GRU, BiLSTM, TextCNN, RNN, FNN) to benchmark sentiment classification performance on IMDB data. Built on PyTorch with the Hugging Face transformers library, enabling modular swapping of encoder and decoder components. Includes preprocessed IMDB dataset and comparative result benchmarks across all 12 model combinations.
145 stars. No commits in the last 6 months.
Stars
145
Forks
17
Language
Python
License
—
Category
Last pushed
Jun 14, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/BeiCunNan/Sentiment_Analysis_Imdb"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
WLXie-Tony/Movie_Review_Analysis
Official replication package for IJFE (2026). Asynchronous ETL pipeline using GPT-4o to quantify...
prakharchoudhary/SentimentAnalysis
A Sentimental Analysis model trained on IMDb dataset, using Bag of words model(tokenisation)
SkyThonk/Movie-Reviews-Sentiment-Analysis
Sentiment Analysis of Movie Reviews is either positive or negative review, the dataset which is...
farisology/SentimentAnalysis
Sentiment Analysis model using Linear SVM and collection of Tweets about Star Wars Rogue One Movie
ThinamXx/NeuralNetworks__SentimentAnalysis
In this repository, I have worked out on the Large Movie Review Dataset for the Sentiment...