资源列表
ant
- 蚁群算法是一种群智能算法,本人用C++完整描述了其算法,将其拷贝,启用C++就可使用-ant
Kohonen
- Kohonen神经网络算法工作机理为:网络学习过程中,当样本输入网络时,竞争层上的神经元计算输入样本与竞争层神经元权值之间的欧几里德距离,距离最小的神经元为获胜神经元。调整获胜神经元和相邻神经元权值,使获得神经元及周边权值靠近该输入样本。通过反复训练,最终各神经元的连接权值具有一定的分布,该分布把数据之间的相似性组织到代表各类的神经元上,使同类神经元具有相近的权系数,不同类的神经元权系数差别明显。需要注意的是,在学习的过程中,权值修改学习速率和神经元领域均在不断较少,从而使同类神经元逐渐集中。-
code
- 支持向量机的一些常用的源代码,包括KPCA,KFD等。-Some commonly used support vector machines source code, including KPCA, KFD and so on.
adding_generics-2_4ea
- 实现文本分类 KNN算法 VSN向量容量模型-Text categorization KNN algorithm VSM
sjwlshijian
- 神经网络用于多传感器时间对准,对准数值精度明显高于三次样条插值的结果-Time neural network for multi-sensor alignment, Alignment numerical accuracy significantly higher than the results of cubic spline interpolation
TSP
- 遗传算法解决tsp问题 问题规模100,杂交,变异,变比,选择方法可选-Genetic algorithm to solve the problem scale of the problem tsp 100, crossover, mutation, transformation ratio, select the method of optional
8shuma
- vc6.0环境下编写的使用A*算法完成八数码问题求解的通用程序,可以参考-vc6.0 environment using A* algorithm is written in the eight general-purpose digital problem-solving process, can refer to
Fast_8_puz18227611292004
- 8 puzzle problem it is. win the game by completing the tiles
VRP
- 利用模拟退火算法来求解双车库的车辆路径问题-Simulated annealing algorithm to solve the vehicle routing problem with double garage
Queens.cpp
- 采用LasVegas算法解决N皇后问题,设置了stepVeags,即前stepVeags步采用随机算法放置皇后,剩下的采用回溯法放置皇后-solve the N Queens problem using LasVegas
W_antnet
- 蚁群路由算法文档和源码 用于NS2的蚁群路由算法实现源代码-ant routing algorithm
PSO
- 标准粒子群优化算法的完整C语言程序,可以执行的-Standard PSO complete C language program, can perform
