Simple LSTM prediction example

版本 1.11.0.0 (1.9 KB) 作者: Lyes Demri
This example shows the implementation of an LSTM layer used to predict the following samples of a signal based on the first few samples
58.0 次下载
更新时间 2023/5/31

查看许可证

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

引用格式

Lyes Demri (2024). Simple LSTM prediction example (https://www.mathworks.com/matlabcentral/fileexchange/130289-simple-lstm-prediction-example), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2023a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.11.0.0

Added sigmoid.m

1.0.0