Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
bertcnncnn-text-classificationfasttextlstmlstm-sentiment-analysisnatural-language-processingnlppytorchpytorch-nlppytorch-tutorialpytorch-tutorialsrecurrent-neural-networksrnnsentiment-analysissentiment-classificationtorchtexttransformerstutorialword-embeddings
.gitignore | ||
imdb_ban.py | ||
imdb_run.py | ||
LICENSE | ||
models.py | ||
README.md | ||
utils.py |
pytorch-sentiment-analysis
Some examples on sentiment analysis using PyTorch.
Includes:
- imdb classification
- imdb parameter search
- born again networks for imdb classification (in progress)