资源列表
matlab_1
- 自适应遗传算法的MATLAB程序,自己编写的。参照了一些高手的代码,有些自己的特色
sga
- 一个非常经典的遗传算法例子 简单易懂 对于初学者有很大帮助-sga
KRLS
- 核自适应滤波算法krls的matlab程序。已将klms算法弄成函数,加载即可使用。-Nuclear adaptive filtering algorithm krls matlab program. Klms algorithm has inflicted function, load can be used.
bp
- 分类器,对点进行分类,人工神经网络,使用后向传递函数,back propagation-bp classification
fuzzy_k_means
- 模糊分类FCM的实现,用matlab开发-the realization using Matlab development
sga
- 基于matlab的遗传算法优化问题。很适合初学者。源码注释很清晰。-The genetic algorithm and optimization based on matlab
rbf4
- 这是一个径向基函数神经网络,通过RBF网络的学习算法来逼近一个二维函数,并利用LMS算法来进行权值调整。-This is a radial basis function neural network, RBF network learning algorithm adopted to approximate a two-dimensional function, and use of LMS algorithm for weight adjustment.
chi2test
- 卡方检验matlab源程序,运行过的,没有问题!-Chi-square test matlab source code, run-off, no problem!
ga-pso-aca_esn
- 用遗传粒子群蚁群混合算法来优化回升状态网络训练后的最终值。-Mixed genetic particle swarm ant colony algorithm to optimize the final value in the rebound after the state network training.
Training_by_GA
- training by genetic programming
BP
- 通过对样本的学习训练,不断调整权值,一直进行到网络输出的误差减少到可接受的程度,或进行到预先设定的学习次数为止-Based on a sample of learning and training, and constantly adjust the weights, the network output is performed until the error is reduced to an acceptable level, or to pre-set number of times un
pso
- 粒子群算法 java 源码 计算函数最小值 很好用-pso java