Generative LSTM
Contents
This post illustrates generative LSTM via a plain vanilla LSTM.
Warm up
|
|
Preparing Training Data
|
|
Building the model
|
|
Test the Model
|
|
Takeaways If you know how the various building blocks of keras
, then it is easy to work through the various LSTM architectures and work through it