Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 431 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 431 Bytes

YelpNLP

You can find the Yelp Open Dataset here: https://www.yelp.com/dataset.

LSTM

Implementation of LSTM for sentimental analysis on Yelp reviews.

Long Short Term Memory networks, usually called “LSTMs” , were introduced by Hochreiter and Schmiduber. These have widely been used for speech recognition, language modeling, sentiment analysis and text prediction.