资源列表
BP
- 基于BP神经网络的 参数自学习控制 (1)确定BP网络的结构,即确定输入层节点数M和隐含层节点数Q,并给出各层加权系数的初值 和 ,选定学习速率 和惯性系数 ,此时k=1; (2)采样得到rin(k)和yout(k),计算该时刻误差error(k)=rin(k)-yout(k); (3)计算神经网络NN各层神经元的输入、输出,NN输出层的输出即为PID控制器的三个可调参数 , , ; (4)根据(3.34)计算PID控制器的输出u(k); (5)进行神经网络学习,在线调整加权
kpca_toy
- Kernel PCA的经典示例程序,非常有帮助,也很易懂。-Kernel PCA classic example of the procedure
bp_C
- BP神经网络的编程,C语言编写 要看要几层的网络,输入和输出是多少个?要几层隐层,多少个神经元,还有要选什么传输函数。这些确定了,建立和训练网络
new_BPnn
- 标准BP神经网络算法程序 m文件 编程程序-Standard BP neural network algorithm program
PSO2
- 这是微粒群算法源程序。。。是求解函数优化的问题
MCP
- MCP(最大截问题)的模拟退火算法程序源码
BP
- 模拟退火法优化BP网络,效果不错,不过是版本比较低了-Simulated annealing optimization of BP network, the effect is good, but is a version of the relatively lower
yichuansuanfa
- 遗传算法的描述。遗传算法是一种很经典的随机化过程的算法,在实际应用中应用广泛,效果良好。-A descr iption of the genetic algorithm. The genetic algorithm is a classical stochastic process of the algorithm, widely used in practical applications to good effect.
stopword-list
- 在文本进行分类聚类之前,必须对文本进行预处理。预处理的第一步是分词,这中间需要去除停用词。这个文件就是停用词列表-Must preprocess the text before the text classification clustering. The first step in preprocessing is the word, the middle need to remove the stop words. This file is the stop word list
feasure
- 利用BP神经网络对输入的用户自定义的手绘图形进行初分类,得到较好的预测效果-BP neural network to input user-defined classification of the early hand-drawn graphics, get a better prediction
C
- sourcode fo robot. control motors
BP
- 三层BP神经网络,VS下编译一下源码即可使用,初始化,训练,测试的步骤都分开写了。-BP neural network, VS compiled at the source can be used, initialization, training, testing of the steps are written separately.