MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / lstm_prediction.py

File lstm_prediction.py

machine_learning/lstm/lstm_prediction.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Create a Long Short Term Memory (LSTM) network model
3An LSTM is a type of Recurrent Neural Network (RNN) as discussed at:
4* https://colah.github.io/posts/2015-08-Understanding-LSTMs

Callers

nothing calls this directly

Calls 4

appendMethod · 0.45
addMethod · 0.45
fitMethod · 0.45
predictMethod · 0.45

Tested by

no test coverage detected