SVM训练与识别程序
以上是很好的SVM训练的程序,包括训练和识别-The above is a good SVM training procedures, including training and
本专区汇聚了各类基于 机器学习 开发的源码资源,共计 1000 篇资源供开发者免费下载学习。
以上是很好的SVM训练的程序,包括训练和识别-The above is a good SVM training procedures, including training and
reinforcement learning
支持向量机(SVM)用于分类的算法实现-svm
K-mean算法实现程序-K-mean algorithm program! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
应用背景支持向量机(Support Vector Machine,SVM)是Corinna Cortes和Vapnik等于1995年首先提出的,它在解决小样本、非线性及高维模式识别
LM编程算法,在神经网络中有很大应用之处,神经网络源代码,及BP网络训练界面,其中的L-M算法非常实用 -LM programming algorithm, in a larg
Global description This project is an implementation of the artificial immune classifica
This Project used Genetic Programming to arrive to a function close enough to a target fun
粒子群优化bp神经网络,里面有数据和例子,粒子群优化bp神经网络比传统的用bp神经网络对数据进行优化要好很多,C语言编写,参考他人的代码,大家一起分享
径向基网络对Polynomial函数的逼近和拟合-Radial basis function networks Polynomial Approximation and fitti
遗传算法解决NN逼近任意函数-genetic algorithm to solve arbitrary function approximation NN
k-means算法。k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类