资源列表
sjwl
- 使用神经网络识别数字, 训练样本为打印数字-Identify number by NN.
annmatlab
- 人工神经网络 人工神经网络 人工神经网络-Artificial Neural Networks
ant-algorithm
- 主要介绍蚁群算法,其中还包含了一些其他启发式算法。比较好的入门资料。-Introduces the ant colony algorithm, which also contains some other heuristic algorithms. Good introductory information.
SimulatedAnnealing
- 主要介绍模拟退火算法,也是一个很好的启发式算法,在数值优化中用的比较多。-Introduces the simulated annealing algorithm is a good heuristic algorithm used in the comparison of numerical optimization more.
Cbp
- 用C 语言实现神经网络BP算法。思路比较清晰,大家可以作为参考-Using C language neural network BP algorithm. Ideas clearer, we can serve as a reference
exp2
- 本实验是遗传算法和鱼群算法求解无线传感覆盖问题(组合优化类)的实验。代码可供参考,只需更改目标函数就可以做别的实验。 代码主要包括三个功能: 1.绘图,绘制横纵坐标轴和各点坐标以及各点覆盖范围。 2.遗传算法。CGA类中包括二进制遗传算法。 3.鱼群算法。CFA类中包括二进制离散组合鱼群算法。-The WSN coverage control by GA and AFSA
GA
- VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
houxuan
- 现代机器学习中的候选消除算法,可从有限个样本中搜索出最优结果,更适用于样本较少的情况-Candidate Elimination Algorithm
GA
- 遗传算法程序源代码,很好的一个源代码。很有借鉴价值-Genetic algorithm source code, a good source. Great reference value
dijkstraVB
- 最短路径搜索算法 最优路径 dijkstra算法_VB- the shortest search patch
ACO
- 这是一个我用java编写的蚁群算法,我觉得还不错,供大家参考。-This is one I prepared the ant colony algorithm using java, I feel pretty good, for your reference.
ISODATA
- ISODATA算法是一种聚类划分算法,称为迭代自组织数据分析或动态聚类。-ISODATA clustering algorithm is a partitioning algorithm, called iterative self-organizing data analysis or dynamic clustering.
