搜索资源列表
LSTM-MATLAB-master
- code Matlab LSTM by mounira
LSTM
- 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 va
LSTM
- 属于lstm的matlab给出的示例,使用代码进行自我学习非常好用(Belongs to the LSTM matlab example, using code for self-learning is very easy to use)
LSTM
- 金融数据使用案例 在Matlab 中把文件夹加入工作路径,在命令行中输入 RunLstm(numdely,cell_num,cost_gate)即可。其中: numdely 是选择预测点的数目 cell_num 是隐含层的结点数目 cost_gate是误差的阈值(此处一般取0.25)(Financial data use cases Add the folder to the working path in Matlab, and enter RunLstm(numdely,cell_nu