搜索资源列表
LSTM-MATLAB-master
- lstm网络的建立、训练及应用实例,测试过,可用。(LSTM network establishment, training and application examples, tested, available.)
LSTM
- 神经网络 matlab 的一个样例;Neural network matlab a sample(Neural network matlab a sample)
LSTM-MATLAB-master
- code Matlab LSTM by mounira
LSTM-MATLAB-master
- 简单实现基本的lstm功能,可以运行,如有不足还请指正(Simple implementation of the basic LSTM function, you can run, if there is insufficient, please correct)
LSTM-MATLAB-master
- LSTM作为经典的回归神经网络类型,可以用于实现时序数据的预测。(It is used for prediction of time series data)
lstm-master
- matlab,recurrent neural network
LSTM-MATLAB-master
- matlab recurrent neural network machin learning
LSTM-MATLAB-master
- LSTM的matlab工具箱,亲测好用,内有案例文件,可放心学习(matlab toolbox for LSTM)
LSTM-MATLAB-master
- 亲测有效,效果很好~~感觉写的很简明,有注释(Pro-test effective, good effect, feeling very concise with comments)
LSTM
- 一个LSTM(long_short term memory network)的例子实现,用于参考。(an example of LSTM(long_short term memory network))
LSTM_matlab
- 结合实例,使用matlab语言,完成递归神经网络程序的编写(LSTM)(Combined with an example and matlab language, completed the compilation of recursive neural network program (LSTM))
lstm用于时间序列分析和预测
- 用于实现时间序列数据建模与预测的LSTM程序(LSTM matlab code for time series modeling and prediction)
convLSTM
- MATLAB语言实现的LSTM长短期记忆神经网络模型(LSTM Long-term and Short-term Memory Neural Network Model Implemented by MATLAB Language)
LSTM
- 时间序列趋势分析方法----长短时记忆循环网络matlab实现(Matlab implementation of long and short-term memory cycle network)
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
- 基于Matlab 编写的 LSTM源程序,仅供学习参考。(Matlab code of LSTM for learning and communication.)
LSTM预测
- 使用LSTM对销售数据(吉恩销售数据集)进行预测(Use LSTM to forecast sales data)
LSTM-MATLAB-master
- lstm的matlab代码,里面有实际的例子可以参考(LSTM MATLAB code, there are practical examples to look at)
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