资源列表
LSTM程序
- 基于LSTM的时间序列预测-原理-python代码(Prediction of time series based on LSTM - principles -python code)
LSTM-prediction
- 通过改进RNN神经网络经典的LSTM模型预测交通流。(prediction traffic flow)
6_2_VGG
- 用thensorflow实现对VGGNET深度卷积神经网络的建立。(The establishment of the VGGNET convolutional neural network is implemented with the thenthraceflow.)
Autonomous Vehicle Control
- matlab代码生成转向和速度(phi,v)命令,使自主车辆遵循预先定义的路径参考路径(x,y)(Matlab code to generate steering and speed (phi,v) command for an autonomous vehicle to follow a predefined path reference path (x,y))
feature-selection-master
- mRMR(最小冗余最大相关)算法,有说明有源码(mRMR (minimum redundancy maximum correlation))
RBF自适应
- 基于梯度下降法RBF自适应神经网络控制(RBF adaptive neural network control based on gradient descent method)
遗传算法多目标优化
- 遗传算法对多个目标函数的优化代码,可供参考学习。
Matlab数据分析与挖掘实战1-8
- Matlab code for data mining and some samples for easy usage!!!
Elman
- 利用MATLAB实现循环神经网络的例子,便于大家更好的理解循环神经网络RNN的原理。((The example of recurrent neural network is implemented by MATLAB, so that you can have a better understanding of the principle of recurrent neural network RNN.))
计算语言学讲义中科院+刘群
- 自然语言处理语义分析演讲内容,入门者推荐学习(Text categorized corpus)
25个神经网络
- 这是神经网络代码,基本上都可以运行出来,希望采纳(This is neural network code, basically can run out, hope to adopt)
pso-bp
- 采用粒子群算法优化BP神经网络,解决了陷入局部小的问题,同时提高了算法精度,可实现多输入单输出,或者多输入多输出,算法精度较高。