OpenTable Reviews Classification with BERT and Transfer Learning
-
Updated
Oct 16, 2023 - Jupyter Notebook
OpenTable Reviews Classification with BERT and Transfer Learning
A neural network model for sentiment analysis of movie reviews using IMDb dataset. The model is built using PyTorch and BERT as the feature extractor.
Implementation of Distributional Semantics & Neural Text Classification as part of COMP34711: NLP
This project solves the IMDB review classification problem, which is a case study of Deep Learning with Python (See section 6.1.3). The book has an implementaion in Keras. I re-implement it using PyTorch.
NLP tutorial on fine-tuning the BERT model to classify IMDb reviews: mixed, positive, negative.
Fitting Multinomial Naive Bayes Classifier on Amazon reviews
Add a description, image, and links to the review-classification topic page so that developers can more easily learn about it.
To associate your repository with the review-classification topic, visit your repo's landing page and select "manage topics."