https://github.com/sweetpand/lstm_sentiment_analysis
https://github.com/sweetpand/lstm_sentiment_analysis
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sweetpand/lstm_sentiment_analysis
- Owner: sweetpand
- Created: 2019-11-03T16:32:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T16:32:32.000Z (about 6 years ago)
- Last Synced: 2025-01-10T01:52:51.733Z (12 months ago)
- Language: Jupyter Notebook
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LSTM Sentiment-Analysis
This repo holds the code for the implementation in my FloydHub article on LSTMs:
[Link to article](https://blog.floydhub.com/long-short-term-memory-from-zero-to-hero-with-pytorch/)
Index
-----
- [LSTM_starter.ipynb](./LSTM_starter.ipynb) - Introduction to LSTM usage
- [main.ipynb](./main.ipynb) - Code for Sentiment Analysis on [Amazon reviews](https://www.kaggle.com/bittlingmayer/amazonreviews) dataset from Kaggle
It can be ran on FloydHub as well with GPUs
[](https://floydhub.com/run?template=https://github.com/gabrielloye/LSTM_Sentiment-Analysis)