├── LSTMGradientsDerivations.pdf ├── README.md ├── images └── MSESinPred.svg └── matlab ├── lstm_layer.m ├── lstm_network.m ├── lstm_train_SinToyTask.m └── standardize.m /LSTMGradientsDerivations.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlendingInfinite/lstm-matlab/HEAD/LSTMGradientsDerivations.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlendingInfinite/lstm-matlab/HEAD/README.md -------------------------------------------------------------------------------- /images/MSESinPred.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlendingInfinite/lstm-matlab/HEAD/images/MSESinPred.svg -------------------------------------------------------------------------------- /matlab/lstm_layer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlendingInfinite/lstm-matlab/HEAD/matlab/lstm_layer.m -------------------------------------------------------------------------------- /matlab/lstm_network.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlendingInfinite/lstm-matlab/HEAD/matlab/lstm_network.m -------------------------------------------------------------------------------- /matlab/lstm_train_SinToyTask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlendingInfinite/lstm-matlab/HEAD/matlab/lstm_train_SinToyTask.m -------------------------------------------------------------------------------- /matlab/standardize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlendingInfinite/lstm-matlab/HEAD/matlab/standardize.m --------------------------------------------------------------------------------