LSTM

所属分类:其他
开发工具:matlab
文件大小:12KB
下载次数:23
上传日期:2020-08-17 10:22:25
上 传 者269970212
说明:  金融数据使用案例 在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_num,cost_gate) in the command line. among them: numdely is the number of selected prediction points cell_num is the number of nodes in the hidden layer cost_gate is the threshold of the error (usually 0.25 here))

文件列表:
RunLstm.m (5831, 2017-05-01)
DATA.mat (10193, 2017-04-30)
LSTM_data_process.m (634, 2017-05-01)
LSTM_updata_weight.m (4615, 2017-05-01)

注: DATA.mat 存放的是 金融标的物每天的价格 在Matlab 中把文件夹加入工作路径 在命令行中输入 RunLstm(numdely,cell_num,cost_gate)即可 其中: numdely 是选择预测点的数目 cell_num 是隐含层的结点数目 cost_gate是误差的阈值(此处一般取0.25) example: RunLstm(9,5,0.25)

近期下载者

相关文件


收藏者