项目作者: 97amarnathk

项目描述 :
Binary Sentiment analysis on the IMdB Large Movie Dataset using ML and Deep Learning techniques
高级语言: Jupyter Notebook
项目地址: git://github.com/97amarnathk/binary-sentiment-analysis.git
创建时间: 2019-02-11T20:11:38Z
项目社区:https://github.com/97amarnathk/binary-sentiment-analysis

开源协议:

下载


binary-sentiment-analysis

Binary Sentiment analysis on the IMdB Large Movie Dataset using ML and Deep Learning techniques

Classical ML

The following approaches have been used:

  1. Bag of words + Logistic Regression
  2. Bag of words + Multinomial Naive Bayes

Deep Learning Techniques

The following approaches have been used:

  1. Embeddings + Vanilla Neural Networks
  2. Embeddings + CNN
  3. Embeddings + LSTM