资源列表
SvmOneVersusOne
- 支持向量机SVM可以使用多分类的问题,本次的代码实现的就是这个功能,里面含有训练和测试数据,分别含有12类标签,也就是都分为12类,另外代码采用了神经网络中的one-versus-one的思想,将数据分类K(K-1)/2个子类,分别调用SVM方法实现-It is about the classification in use of SVM for 12 classes. The algorithm contains training data and test data.
kmeans
- 关于K均值聚类的算法,对搞人工智能的有用-With regard to K-means clustering algorithm, to engage in a useful artificial intelligence
fp
- 数据挖掘c45分类算法 数据挖掘c45分类算法
MOPSO-MATLAB-论文
- 提供了一种新的改进粒子群算法的MATLAB程序及相关论文材料,供学习使用(A new improved particle swarm optimization program MATLAB and related papers are provided for learning and using.)
door-localizaion
- 论文,机器学习的应用,采用视觉定位门,实现机器人开门的操作。-The localization of door using vision to accomplish the robot door opening.
8digit
- 使用启发式搜索,解决8数码问题,编程环境为CodeBlocks。-Use heuristic search to solve eight digital programming environment for CodeBlocks.
Zoubin_Ghahramani_Bayesian_Learning
- Bayesian Methods for Machine Learning by Zhubin ghahremani
single-generation
- 基于达尔文进化论的一种智能优化算法,适用于解决传统方法难以解决的复杂的、非线性问题-Darwin s theory of evolution based on an intelligent algorithm for solving the traditional methods can not solve complex, nonlinear problems
annie365
- C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络:如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET环境的示例源程序 -C neural network development kits 8am, the C language can be used to develop a variety of neural networks : as BP, RBF, Hopfield, along with the annex and with VC.NET enviro
TextClassificationBasedonMachineLearningResearchPr
- 基于机器学习的文本分类技术研究进展基于机器学习的文本分类技术研究进展-Text Classification Based on Machine Learning Research Progress of text classification based on machine learning technology research
libsvm-weights-3.22
- libsvm是支持向量机的工具箱,可在matlab和python上运行; libsvm 3.22应该是截止2017年11月16日的最新版本; 网上有详细的配置说明,并不复杂。(libsvm is a support vector machine toolkit that runs on matlab and python; libsvm 3.22 should be the latest version as of November 16, 2017; detailed configurat
