This directory contains 10 workflows.
01_Training_LSTM_Exercise Train a LSTM model to perform text generation. - Define a suitable network structure - Train the model using the […]
01_Training_LSTM_Solution Train a LSTM model to perform text generation. - Define a suitable network structure - Train the model using the […]
02_Deployment_LSTM_Exercise Use a trained LSTM model to perform free text generation. - Predict the next character given a starting sequence - Use […]
02_Deployment_LSTM_Solution Use a trained LSTM model to perform free text generation. - Predict the next character given a starting sequence - Use […]