资源列表
Ch02
- 本程序用Python语言实现kNN算法,供大家学习,交流使用。(This program uses Python language to achieve kNN algorithm for everyone to learn, exchange use.)
KNN python
- 关于K近邻算法的简单实现和一些例子,其中包括手写数字的识别(Simple implementation of K nearest neighbor algorithm and some examples)
NN-experiment
- 神经网络实验指导书,仅供参考。BP网络实验、SOM实验等等,含实验指导。-NN experiment book,for reference
BPNN_Model
- BP神经网络算法的仿真程序,含源代码和可执行文件。很好用,很直观。-BP neural network algorithm simulation program, including the source code and executable files. Useful, very intuitive.
liblinear-1.9
- 最新版的liblinear代码,可以再windows和linux上使用,liblinear弥补了libsvm的不足,非常适合处理变量数较大的样本数据,由于没有采用内核算法,计算效率非常高!-The latest version of liblinear code can then windows and linux, liblinear compensate for the deficiencies of the libsvm, very suitable for handling large
ant5
- 蚁群算法的一些论文,对大家写相关的论文很有帮助的-Ant colony algorithm of some papers related to all of you to write useful articles
Multi-Axis
- 研究了智能控制算法在多轴运动控制的应用,对于数控机床及机器人的控制有一定的参考价值-Intelligent control algorithm of multi-axis motion control applications, for control of CNC machine tools and robots have some reference value
GA_ppt
- 讲述遗传算法的基本概念和方法,讲述遗传算法的基本概念和方法-GA ppt
VisualC++digitalimageprocessing2
- 同样也是VisualC++数字图像处理的应用-equally VC Digital Image Processing Application
kmeans
- 数据挖掘Kmeans算法C/C++语言实现。 提供接口让使用者可以指定输入输出文件、聚类结果中类别个数、中心点计算方式、初始化方法。-Kmeans,data mining algorithms,C/C++language. Provides the interface so that users can specify the input and output file, type in the number of clustering results, the center of ca
Ch02
- 利用Python语言设计knn近邻算法分类器,包括测试算法数据以及成功应用该算法-KNN near neighbor classifier,demo