资源列表
Apriori
- Apriori算法的JAVA实现A priori算法的JAVA实现
BP_VC_improve
- BP的改进算法实现,大大的提高效率。附带数据。-bp implement with vc++6.0,efficient,data
Quicksort
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort (Quicksort) is an improvement on the bubble sort. By CAR Hoare in 1962. The bas
bpiris
- bp神经网络对iris数据进行分类,已含iris.data-BP neural network for classification of iris data, including iris.data
Iris
- 模式识别,对iris数据进行分类,svm算法
svm
- 统计学习理论中提出的支撑向量机回归(SVR)遵循了结构风险最小化原则,从而避免了一味追求经验风险最小化带来的弊端-Statistical learning theory proposed by the support vector machine regression (SVR) to follow the structural risk minimization principle, thus avoiding the blind pursuit of Empirical Risk Minim
neurlLearning
- 一个实现神经网络的算法实例,可以对一些特定数据分类-An implementation instance of neural network algorithm can be classified for specific data
Generic-neural-network-source-code
- 通用神经网络matlab源代码,简单实用,实现效果良好-Generic neural network matlab source code, simple and practical, to achieve good results
fga
- 遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-GA main binary Gray code, roulette method based on nonlinear ranking selection, uniform crossover, mutation, but also introduces the inversion operation
clustering-algorithm
- 蚁群算法, 蚁群算法, 蚁群算法-Ant algorithm, ant colony algorithm, ant colony algorithm, ant colony algorithm, ant colony algorithm
monqp
- 支持向量机的核心部分,最小二乘优化在该结构中完成-support vector machine vital part
smo-idl
- 支持向量机的最小序列优化(smo)算法的idl实现-The minimum sequence support vector machine optimization (smo) algorithm to achieve idl