InPhyT/IMDb_Sentiment_Analysis_BERT
BERT Sentiment Classification on the IMDb Large Movie Review Dataset.
Implements fine-tuning of pre-trained BERT transformers with bidirectional context encoding, leveraging the model's "CLS" token output as a 512-dimensional document vector for binary classification. The approach uses PyTorch/Hugging Face transformers library and includes attention mechanisms to weight word relationships, moving beyond unidirectional encoder-decoder architectures. Jupyter notebooks provide reproducible workflows executable on Kaggle and Google Colab for experimentation with 50k balanced IMDb reviews.
No commits in the last 6 months.
Stars
16
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Sep 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/InPhyT/IMDb_Sentiment_Analysis_BERT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lunarwhite/tan-division
Chinese corpus sentiment analysis. 谭松波酒店评论中文文本情感分析
nicolay-r/ARElight
Granular Viewer of Sentiments Between Entities in Massively Large Documents and Collections of...
peace195/aspect-based-sentiment-analysis
Aspect Based Sentiment Analysis
barissayil/SentimentAnalysis
Sentiment analysis neural network trained by fine-tuning BERT, ALBERT, or DistilBERT on the...
Feuoy/sentiment-analysis
用MLP、TextCNN、RNN、LSTM、GRU、Attention、RCNN、BERT做文本分类、情感分析,对比各模型于温泉旅游评论垂类语料下在情感分类任务上的表现