搜索资源列表
LSTM-MATLAB-master
- 简单实现基本的lstm功能,可以运行,如有不足还请指正(Simple implementation of the basic LSTM function, you can run, if there is insufficient, please correct)
DeepLearnToolbox-master
- 深度学习MATLAB的工具箱,包括CNN、RNN、CAE、LSTM等复杂的神经网络的代码。(Deep learning MATLAB toolbox, including CNN, RNN, CAE, LSTM and other complex neural network code.)
LSTM
- matlab代码,新进的emd分解工具,比小波效果好(Matlab code, the new EMD decomposition tool, is better than wavelet)
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-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)
GA-BP; BP神经网络各种案例,BSO天牛群,CEEMD分解,EMD工具箱,PSO优化,rBAS,LSTM各种实际案例
- GA-BP; BP神经网络各种案例,BSO天牛群,CEEMD分解,EMD工具箱,PSO优化,rBAS,LSTM各种实际案例,代码基于matlab和python
基于LSTM的电池SOC估计
- 电池荷电状态SOC估计matlab代码,内有实际电池测试数据,算法为LSTM。