• Stars
    star
    272
  • Rank 146,561 (Top 3 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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