Simple LSTM prediction example

This example shows the implementation of an LSTM layer used to predict the following samples of a signal based on the first few samples
101 téléchargements
Mise à jour 31 mai 2023

Afficher la licence

This code implements an LSTM layer as described in (Graves et al. 2013). It can predict the 7 missing samples of random 10-sample-long sequences based on the first 3 samples. It shows every step of the gradient calculations

Citation pour cette source

Lyes Demri (2025). Simple LSTM prediction example (https://www.mathworks.com/matlabcentral/fileexchange/130289-simple-lstm-prediction-example), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2023a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.11.0.0

Added sigmoid.m

1.0.0