搜索资源列表
LSTM
- 神经网络 matlab 的一个样例;Neural network matlab a sample(Neural network matlab a sample)
Test_LSTM
- 利用C++语言实现了长短时记忆网络,复杂性较高。(Using C++ language to achieve long and short time memory network, the complexity is relatively high.)
DeepLearnToolbox-master
- 深度学习MATLAB的工具箱,包括CNN、RNN、CAE、LSTM等复杂的神经网络的代码。(Deep learning MATLAB toolbox, including CNN, RNN, CAE, LSTM and other complex neural network code.)
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
LSTM
- 基于Matlab 编写的 LSTM源程序,仅供学习参考。(Matlab code of LSTM for learning and communication.)