Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 747 Bytes

File metadata and controls

14 lines (12 loc) · 747 Bytes

Sentiment-Text-Classification-Pytorch

abstracts:

sentiment-analysis document-classification svm logistic-regression rcnn-text-classification cnn-text-classification lstm-text-classification naive-bayes-classifier sklearn-classify pytorch

what I can learn from this project?

answer: you can get popular models that used for Text-classification,implementing by pytorch

what is this project used for?

answer: this project is used for people who get started for pytorch and text-classification work for not very long time,you can learn the codes to try these models,in this case you can also implement some new models for this project to help more new-beginers.

Requirements

Python==3.6.6
PyTorch==0.4.0
torchtext==0.2.3

Have Fun.