Skip to content

Repository files navigation

Sentiment Analysis Classification

Prerequisite

Install dependencies

pip install -r requirements.txt

Install spacy english data

python -m spacy download en_core_web_sm

Framework

  • Pytorch

Datasets

  • Cornell MR(movie review) Dataset

Implement

  • RNN
  • LSTM
  • Bi-LSTM
  • LSTM+Attention
  • CNN

About

A PyTorch Tutorials of Sentiment Analysis Classification (RNN, LSTM, Bi-LSTM, LSTM+Attention, CNN)

Topics

Resources

Stars

334 stars

Watchers

2 watching

Forks

Used by

Contributors

Languages