Icon

Chapter9_​Deep_​Learning_​LSTM

This directory contains 10 workflows.

Icon01_​Training_​LSTM_​Exercise 

Train a LSTM model to perform text generation. - Define a suitable network structure - Train the model using the preprocessed data - Save the trained […]

Icon01_​Training_​LSTM_​Solution 

Train a LSTM model to perform text generation. - Define a suitable network structure - Train the model using the preprocessed data - Save the trained […]

Icon02_​Deployment_​LSTM_​Exercise 

Use a trained LSTM model to perform free text generation. - Predict the next character given a starting sequence - Use different models and starting […]

Icon02_​Deployment_​LSTM_​Solution 

Use a trained LSTM model to perform free text generation. - Predict the next character given a starting sequence - Use different models and starting […]