项目作者: slaysd
项目描述 :
A PyTorch Tutorials of Sentiment Analysis Classification (RNN, LSTM, Bi-LSTM, LSTM+Attention, CNN)
高级语言: Python
项目地址: git://github.com/slaysd/pytorch-sentiment-analysis-classification.git
Sentiment Analysis Classification
Prerequisite
Install dependencies
pip install -r requirements.txt
Install spacy english data
python -m spacy download en_core_web_sm
Framework
Datasets
- Cornell MR(movie review) Dataset
Implement
- RNN
- LSTM
- Bi-LSTM
- LSTM+Attention
- CNN