资源列表
C_means
- C均值聚类算法程序,适合初学值,通过理解程序,能对该算法有比较深的了解-c means for the junior ,it is a good material
kmean
- 这是一个模式识别中的K均值算法的一个简单仿真分类实例,其中female.txt和male.txt是训练样本,test.txt是测试样本,分类效果非常好,对于模式学习的初学者将会有很大帮助。-This is a pattern recognition algorithm of the K-means classification of a simple simulation example is one of female.txt and male.txt training samples, te
Network
- bp神经网络的java实现源代码,可以根据具体问题做相应修改后运行
SATSPresource
- 线性规划TSP问题中的模拟退火算法 该算法来源于网络非本人原创
PSO
- pso 基本算法 可以应用于各种优化问题,希望能对大家有帮助!-the basic PSO algorithm can be applied to various optimization problems, hoping to help all of you!
kpca
- kpca算法的matlab源程序,基于核的主成分分析的源程序
shenjingg
- 关于神经网络的程序 一些很实用的例子 对初学者很有帮助-bp of the classification process hope to help matlab programming
som20111201haodehahairis
- 尝试改进的鱼群算法,使用了并行的算法,结果有点不尽人意。-Try to improve fish algorithm, using the parallel algorithm, the results somewhat unsatisfactory.
Apriori_C
- Apriori购物篮算法的C#实现代码 -shopping basket Apriori algorithm in C# codes
dtree
- 决策树的实现代码,是模式识别的一种决策方法。-The implementation program of Decision tree。
TSP
- 基于连续HP网络的TSP问题。根据Hopfield神经网络相关知识,得到旅行商最短路径。本例程解决的是一个城市数量为10的TSP问题,城市位置在图上用坐标表示。-TSP problem based on continuous HP network.
lvxingshangwenti
- 人工智能技术试验-旅行商问题的实现,该程序利用A*算法实现了旅行商问题-Traveling Salesman Problem