资源列表
cccccccccccc
- 商人过河问题C语言源码人工智能专题
CHC
- CHC源代码,用C编写的,是一种改进遗传算法
Mddular
- modular 模糊神经网络程序。主要用来描述预测过程。
AIShow
- c#实现的传教士野人过算法。这是一个框架,只要修改状态类,就可以支持其他产生式系统,
Medoidshift
- 中心点漂移是一种非监督聚类算法(与k-means算法相似,但应用范围更广些),可用于图像分割,基于Matlab实现的源码。 MedoidShift is a unsupervised clustering algorithm(similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab
newkmeans.tar
- 基本的k-means聚类算法c++实现,对于理解算法的过程非常有帮助。 Basic implementation of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.
kmlocal-1.7.1.tar
- 高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All codes are imple
Neuralnetworkoffice
- 神经网络Office插件NNX使用说明 本软件是针对使用神经网络中最烦琐的数据和图形表示而开发,特别方便用户处理数据和编辑图形
1233
- 一种新的主动轮廓线跟踪算法,参照snake算法
ann
- 人工神经网络,DOS环境下,C编程.允许用户设置神经网络.
1067
- 取石子游戏,pku的1067题,威尔夫博弈问题
PID
- 用DELPHI来模拟实现PID在水量控制中的效果,用来学习PID参数在实际中的应用效果!对于刚接触自动控制的人很有用!