ICP 12 - Murarishetti-Shiva-Kumar/Python-Deep-Learning-Programming GitHub Wiki

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