资源列表
RBF
- RBF神经网络函数逼近源程序,用于函数逼近。
arithmetic
- 一种求逆的算法的c++实现的源代码程序。可以应用到广泛的领域内。
模式识别
- 一个关于模式识别问题的很好的例子,可以对数组进行检验,非常好用!-a pattern recognition problem on the very good example of the array can be tested very handy!
matlab_bp
- 神经网络计算器 BP神经网络自学习简单计算程序-Neural network calculator
GAPID
- 这是一个工业控制参数设置的问题,加入了GA后,工业控制效果有了很大提高-This is a problem of industrial control parameters, adding GA, the effect of industrial control has been greatly improved
nonlinear(exp)_FLSSVM
- 基于模糊的最小二乘支持向量机,可用于分类,效果较好。-Fuzzy least squares support vector machine can be used for classification, the effect is better.
_k_svd--haodong
- K—SVD字典学习的算法,希望对你有帮助,你可以- Some K—SVD methods,I think it will help you.You can look at it.
newton.m
- Newton method for solve funtions. Is a simple newton method program. It has to be adapted
yuqun
- 在一片水域中,鱼往往能自行或尾随其他鱼找到营养物质多的地方,因而鱼生存数目最多的地方一般就是本水域中营养物质最多的地方,人工鱼群算法就是根据这一特点,通过构造人工鱼来模仿鱼群的觅食。-In the midst of the waters, the fish are often on their own or trailing other fish to find places with more nutrients, and therefore the fish survive the larg
example2_YICHUAN
- 遗传算法自编代码第2个例子,非常好用,希望大家喜欢。-Genetic algorithm self-compiled code, very easy to use, hope you like.
bp神经网络源代码
- 基本的bp神经网络源码,可以作为代码模板
蛙跳标准算法matlab程序
- 蛙跳标准算法matlab程序,可用于最优化问题中,具有跳出局部最优的优点,可结合其他智能算法