mirror of
https://github.com/dragen1860/TensorFlow-2.x-Tutorials.git
synced 2021-05-12 18:32:23 +03:00
Sentiment Analysis
RNN for Sentiment Analysis!
In this lesson, we implement a stacked Long-Short Term Memory (LSTM) recurrent neural network for Sentiment Analysis on the IMDB text dataset.
HowTO
IMDB text data will automatically be downloaded from Google Cloud, so make sure you're connected to the internet and able to access Google services.
python main.py
