Long short-term memory - MATLAB lstm - MathWorks
https://www.mathworks.com/help/deeplearning/ref/dlarray.lstm.htmldlY = lstm(dlX,H0,C0,weights,recurrentWeights,bias) applies a long short-term memory (LSTM) calculation to input dlX using the initial hidden state H0, initial cell state C0, and parameters weights, recurrentWeights, and bias.The input dlX must be a formatted dlarray.The output dlY is a formatted dlarray with the same dimension format as dlX, except for any 'S' dimensions.
GitHub - atabalipa/LSTM-MATLAB
https://github.com/atabalipa/LSTM-MATLABLSTM-MATLAB. LSTM-MATLAB is Long Short-term Memory (LSTM) in MATLAB, which is meant to be succinct, illustrative and for research purpose only. It is accompanied with a paper for reference: Revisit Long Short-Term Memory: An Optimization Perspective, NIPS deep learning workshop, 2014. Creater & Maintainer Qi Lyu