文件名称:LSTM
- 所属分类:
- 其他小程序
- 资源属性:
- 上传时间:
- 2020-01-31
- 文件大小:
- 12kb
- 下载次数:
- 0次
- 提 供 者:
- 杨小妞ya******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
lstm时间预测matlab代码。程序说明:DATA.mat 是一行时序值,
numdely 是用前numdely个点预测当前点,cell_num是隐含层的数目,cost_gate 是误差的阈值。直接在命令行输入RunLstm(numdely,cell_num,cost_gate)即可(This is the matlab code of LSTM time prediction. Program descr iption: data.mat is a row of sequential values,, Numtell is to use the previous numtell points to predict the current point. Cell num is the number of hidden layers, and cost gate is the threshold of error. Enter runlstm numtell from the command line)
numdely 是用前numdely个点预测当前点,cell_num是隐含层的数目,cost_gate 是误差的阈值。直接在命令行输入RunLstm(numdely,cell_num,cost_gate)即可(This is the matlab code of LSTM time prediction. Program descr iption: data.mat is a row of sequential values,, Numtell is to use the previous numtell points to predict the current point. Cell num is the number of hidden layers, and cost gate is the threshold of error. Enter runlstm numtell from the command line)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
1.m | 634 | 2017-05-01 |
2.m | 4615 | 2017-05-01 |
3.m | 5831 | 2017-05-01 |
DATA.mat | 10193 | 2017-04-30 |