资源列表
XCS
- XCS is a new algorithm for artificial intelligent-XCS is a new algorithm for artificial intel ligent
ArtmapSource
- ARTMAP source code. include: Fuzzy ARTMAP, Default ARTMAP, Instance-Counting ARTMAP, Distributed ARTMAP-ARTMAP source code. Include : Fuzzy ARTMAP, Default ARTMAP. Instance-Counting ARTMAP. Distributed ARTMAP
GAForTsp
- 遗传算法求解tsp文题 里面包括了执行文件-genetic algorithm tsp text that includes the implementation document
mySVM-latest-bin
- 基于SVM,分本分类,,是关于两类分类的比较好的工具,国外网站提供,效果很好的-based SVM, the sub-classification is on the classification of the two types of relatively good tool, overseas sites provide good results, the
FuzzyLib450
- 人工智能中模糊逻辑算法 FuzzyLib 2.0 is a comprehensive C++ Fuzzy Logic library for constructing fuzzy logic systems with multi-controller support. It supports all commonly used shape functions and hedges, with full support for the various types of Aggreg
tianlangxing
- this is a program about TSP -this is a program about TSP
bishe2
- 用遗传算法实现基于门限值控制的ABS系统参数进行优化-genetic algorithm based on the threshold of ABS control system parameters to optimize
BPexample
- 开发环境:Matlab 简要说明:动量-自适应学习调整算法。在实际应用中,原始的BP算法很难胜任,因此出现了很多的改进算法。BP算法的改进主要有两种途径,一种是采用启发式学习方法,另一种则是采用更有效的优化算法。本例采用动量BP算法,来实现对网络的训练过程,动量法降低了网络对于误差曲面局部细节的敏感性,有效地抑制网络陷于局部极小。-development environment : Matlab Brief Descr iption : Momentum-adaptive learning
C-ANN-sourceCode
- C语言神经网络源码 数种神经网络的C语言实现,要阅读该文章,您首先得熟悉ANN的学习算法,,否则您是读不懂这些代码的。本代码仅供学习研究之用,不得用于任何商业目的!谢谢! -neural network C language source code in several neural network in C language, to read the article, you must first be familiar with ANN learning algorithm, oth
MYGA0
- 本程序是一个基本的简单遗传算法示范程序,其优化目标是在〔0,2*pi〕上搜索函数sin(x)*sin(x)的最大值-this procedure is a basic and simple genetic algorithm model procedures, optimizing their goal is [0, 2 * pi] search function sin (x) * sin (x) maximum
KMEANS_FixedBug
- 经典的K均值分类算法源码,修正了原作者没有处理当类中样本为0的情况下的bug-classic K-mean classification algorithm source code, that the original author did not address when the category 0 samples of the bug
GA-VC++
- 二进制的基本遗传算法,在VC++环境下编程实现。-binary basic genetic algorithm, the VC environment programming.