资源列表
backpropagation
- THIS A BACK PROPAGATION ALGORITHM IN C FROM VALLURU RAO BOOK
FuzzyCluster
- 一个用于模糊聚类的算法。源码是基于VC平台下的Win32 console application-for a fuzzy clustering algorithm. VC source is based on the Win32 platform console application
chap5
- 刘金琨老师 《先进PID与Matlab仿真》(第二版) 给予遗传算法整定的PID-Teacher Liu Jinkun Advanced PID with the Matlab simulation" [second edition] Genetic algorithm based PID
bashuma-shenduyouxian
- 采用深度优先算法求解八数码问题,绝对可以用-Algorithm using depth-first eight-puzzle problem can surely be
City
- 蚁群算法是一种群智能优化算法,采用蚁群算法求解旅行商问题,-The Application of Ant Colony Algorithm to Traveling Salesman Problem
BPALGORITHM
- 我自己写的BP算法源代码!经过我亲身调试,没问题的!-I wrote it myself BP algorithm source code! I have personally debugging, no problem!
delphiHMM
- delphi 的hmm 程序
RBF
- 完全用C++实现的RBF(径向基函数)算法,可以用于实际工作和学习中-Entirely in C++ implementation of the RBF (Radial Basis Function) algorithm, can be used for practical work and learning
SGA_java
- 用JAVA写的遗传算法的例子,比较简单,如果解压缩的时候需要密码的话,应该是“1”。写的比较简单。是老早以前写的了。-using Java to write the genetic algorithm example, relatively simple, if decompression time requires a password, then it should be "one." The relatively simple to write. Before long
模拟退火例子1
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对
BK_Gauss混合高斯背景
- 本算法基于混合高斯模型编程,采用opencv库,能够运行
BPAnn
- 人工神经网络BP算法,Java实现,
