资源列表
K-MEANS
- 均值计算方法源码实现:分群的方法,就改成是一个最佳化的問題,換句话說,我們要如何选取 c 个群聚以及相关的群中心,使得 E 的值为最小。 -Method of calculating the mean source implementation: clustering method, based on the best change is a problem, in other words, how do we choose c a center cluster and related g
solution1
- 关于如何处理从财经网站上下载的数据的matlab文件-how to clean data using matlab
antpid
- 参数优化其中比较重要的基于pid的参数优化,供大家学习研究。-One of the more important parameter optimization based on the pid parameter optimization for your study.
gabp
- 利用matlab编写的遗传算法优化神经网络权值的程序
lhtgaijin
- svm预测程序,绝对能用,但是需要根据向量维数进行相应调整-svm forecasting process definitely can, but need to carry out the corresponding dimension vector adjustment
twodimapproximationbp
- 单输出函数Y=SIN(X)逼近问题的bp程序:假设网络结构为3--2--1,输入维数M,共N个样本,一般输入不算层,输出算层- 激活函数: hardlim---(0,1),hardlims---(-1,1),purelin,logsig---(0,1),tansig----(-1,1) softmax,poslin,radbas,satlin,satlins,tribas 训练算法: 1.traingd,traingdm,traingda(variable l
golay24_sd
- 绘制雷达信号理论中,单载频脉冲信号的模糊函数图-Draw the radar signal theory, the single carrier frequency pulse signal ambiguity function map
RBFboiler
- 本程序是利用RBF神经网络和K-j聚类算法对电站锅炉进行建模。-This procedure is the use of RBF neural network and Kj clustering algorithm to model boiler.
NN_tutorial
- 3层神经网络模式识别matlab程序实现-djks
shishu-QPSO
- 实数编码QPSO算法对多维非线性Rosenbrock函数进行优化求解结果-The QPSO algorithm of real-coded multi-dimensional nonlinear Rosenbrock function optimization solutions results
Velocity_Code
- 机器人学里的,实现了RRT机构位移和速度分析研究!-Robotics in the realized RRT agencies displacement and velocity analysis!
改进的遗传算法
- vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corre
