Skip to content

alinstein/SENTIMENTAL-CLASSIFICATION

Repository files navigation

Comparison of Machine learning and Deep learning models for Sentiment Analysis

This project implements machine learning algorithms like Multinomial Naïve Bayes, SVM, XGBoost, Random Forest, Logistic Regression, deep learning models like LSTM and GRU Neural Network, and finally on Transoformer Models for the sentimental analysis of movie reviews.

In our project, we have chosen a few classification techniques, namely:

  1. K-means Nearest Neighbor (KNN) classifier,
  2. Logistic Regression classifier,
  3. Decision Tree classifier,
  4. Support Vector Machine (SVM) classifier
  5. Random Forest
  6. LSTM Neural Network
  7. GRU Neural Network
  8. BERT Transformer
  9. XLNet Transformer

Getting Started

Dataset for IMDB can be download from: https://www.kaggle.com/carolzhangdc/imdb-5000-movie-dataset.

Dataset for IMDB can be download from: https://www.kaggle.com/ayushkalla1/rotten-tomatoes-movie-database,

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published