🎥This is a deep learning classifier trained on imdb reviews.
There are two types of reviews in the dataset:
- Positive âž•
- Negative âž–
In the 4 different folders of this repository there are 4 different implementations of the classifier:
- Logistic Regression
- Feed Farward Neural Network
- Recurrent Neural Network
- BERT pretrained model
The data used for training validation and testing are also in a csv file in this repository.