An open API service indexing awesome lists of open source software.

https://github.com/sweetpand/lstm_sentiment_analysis


https://github.com/sweetpand/lstm_sentiment_analysis

Last synced: 10 months ago
JSON representation

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

[![Run on FloydHub](https://static.floydhub.com/button/button-small.svg)](https://floydhub.com/run?template=https://github.com/gabrielloye/LSTM_Sentiment-Analysis)