machine_learning.lstm.lstm_prediction ===================================== .. py:module:: machine_learning.lstm.lstm_prediction .. autoapi-nested-parse:: Create a Long Short Term Memory (LSTM) network model An LSTM is a type of Recurrent Neural Network (RNN) as discussed at: * https://colah.github.io/posts/2015-08-Understanding-LSTMs * https://en.wikipedia.org/wiki/Long_short-term_memory Attributes ---------- .. autoapisummary:: machine_learning.lstm.lstm_prediction.sample_data Module Contents --------------- .. py:data:: sample_data :value: None