Skip to content
Shiva Kumar Murarishetti edited this page Jul 21, 2020 · 1 revision

DeepLearning Lesson5: LSTM

1. Save the model and use the saved model to predict on new text data (ex, “A lot of good things are happening. We are respected again throughout the world, and that's a great thing.@realDonaldTrump”)

image image image

2. Apply GridSearchCV on the source code provided in the class

image

3. Apply the code on spam data set available in the source code (text classification on the spam.csv data set)

image image

**Bonus

Visualize Loss and Accuracy on the Tensorboard

image image image image image

Clone this wiki locally