Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Go to file
2018-06-06 16:06:25 +01:00
data added optional appendix for how to use your own dataset with torchtext 2018-06-06 16:06:25 +01:00
.gitignore added optional appendix for how to use your own dataset with torchtext 2018-06-06 16:06:25 +01:00
1 - Simple Sentiment Analysis.ipynb added optional appendix for how to use your own dataset with torchtext 2018-06-06 16:06:25 +01:00
2 - Upgraded Sentiment Analysis.ipynb added simple, upgraded and faster sentiment analysis 2018-06-05 22:16:05 +01:00
3 - Faster Sentiment Analysis.ipynb added optional appendix for how to use your own dataset with torchtext 2018-06-06 16:06:25 +01:00
A - Using TorchText with Your Own Datasets.ipynb added optional appendix for how to use your own dataset with torchtext 2018-06-06 16:06:25 +01:00
LICENSE Initial commit 2017-12-13 13:36:41 +00:00
README.md updated readme 2018-03-02 13:40:52 +00:00

pytorch-sentiment-analysis

Some examples on sentiment analysis using PyTorch.

Includes:

  • imdb classification
  • imdb parameter search
  • born again networks for imdb classification (in progress)

Planned:

  • Kaggle Toxic Classification
  • More models, RNN w/ self-attention, CNN, etc.