搜索资源列表
C_FuzzyCluster
- 模糊算法,用于分类,图像分割,模式识别,样本空间-C_FZZUY
ISODATA
- 实现了模式识别中的利用isodata算法进行分类-Implementation of the pattern recognition algorithm using ISODATA classification
cexam
- 模式识别中的c均值算法,可对100个随机样本数据进行不多于10的分类-C-Means Algorithm Pattern Recognition can be right 100 random sample data, the classification of not more than 10
ISODATA
- 模式识别中的isodata算法,对100个随机样本数据进行分类,可自行输入参数-Pattern Recognition isodata algorithm, 100 random samples of data classification, self-input parameters
pattern
- 模式识别里面的感知器算法,对地物分类,利用判别向量,实现判别函数-pattern recognition sensing class things
libsvm_src_2.6NOTE
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
patternRecognitionAndcompute
- 模式识别与智能计算matlab实现的源代码 主要有聚类分析 手写数字分类的实现-pattern Recognition And intelligence computing
libsvm-mat-2[1].9-11
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
MyClassifyi
- 本程序主要是实现knn算法,KNN(k Nearest Neighbors)算法又叫k最临近方法,在分类和模式识别方面都有重要的应用。-The program mainly knn algorithm ,KNN (k Nearest Neighbors) algorithm also known as k nearest neighbor method has important applications in classification and pattern recognition.
_K
- 模式识别中K均值算法的实现,如果样本过多,可适当修改分类数目。-Pattern recognition in the K-means algorithm, if the sample is too much, may be appropriate to modify the classification number.
Pattern-Recognition
- 用C++实现了模式识别中K-均值算法的实现,并用于图像分类实现。-Pattern recognition C++ achieve the realization of the K-means algorithm, and used for image classification.
prtools
- matlab的模式分类工具箱,包含大量模式识别的经典算法。-The matlab pattern classification toolbox contains a large number of classic pattern recognition algorithms.
categorization--java
- java 实现的分类算法 分类器算法 模式识别领域 亲 赶快下载吧-it s java coderesource and you can learn a lot about this code . this is a code about classifer algrothim. thank you
K-means
- 模式识别中K-means算法的基本实现,可实现2位向量的分类。-the basic realization of Pattern Recognition K-means algorithm
ISODATAaKmeans
- 模式识别中经典分类算法——K均值和ISODATA(迭代自组织数据分析算法)的C/C++代码-K-means and Iterative Selforganizing Data Analysis Techniques Algorithm in Pattern Recognition
PSO
- 粒子群优化算法,算法没有和图像处理直接相关,不过对于图像分类中的模式识别相关算法,也许会用到这个优化算法。-PSO code
cppVersion
- 模式识别C++ K均值算法,采用容器,对数据进行分类-k_means arithmetic
33333
- 模式识别相关算法的matlab实现,其中包括人工神经网络、非线性支持向量机以及近邻分类。-pattern recognition
fixed-increment-rule
- 模式识别小算法:利用固定增量法进行分类,里面含分类结果-fixed increment rule
c均值
- 模式识别c均值算法,较为简单的坐标分类。(C-means algorithm for pattern recognition, relatively simple coordinate classification.)