CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 模式识别 分类算法

搜索资源列表

  1. C_FuzzyCluster

    0下载:
  2. 模糊算法,用于分类,图像分割,模式识别,样本空间-C_FZZUY
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.14kb
    • 提供者:wanggen
  1. ISODATA

    0下载:
  2. 实现了模式识别中的利用isodata算法进行分类-Implementation of the pattern recognition algorithm using ISODATA classification
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:376.09kb
    • 提供者:刘凤霞
  1. cexam

    0下载:
  2. 模式识别中的c均值算法,可对100个随机样本数据进行不多于10的分类-C-Means Algorithm Pattern Recognition can be right 100 random sample data, the classification of not more than 10
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.63mb
    • 提供者:zangjk
  1. ISODATA

    0下载:
  2. 模式识别中的isodata算法,对100个随机样本数据进行分类,可自行输入参数-Pattern Recognition isodata algorithm, 100 random samples of data classification, self-input parameters
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3.91mb
    • 提供者:zangjk
  1. pattern

    0下载:
  2. 模式识别里面的感知器算法,对地物分类,利用判别向量,实现判别函数-pattern recognition sensing class things
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:186.18kb
    • 提供者:guojiahua
  1. libsvm_src_2.6NOTE

    0下载:
  2. LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:237.01kb
    • 提供者:seeksky
  1. patternRecognitionAndcompute

    1下载:
  2. 模式识别与智能计算matlab实现的源代码 主要有聚类分析 手写数字分类的实现-pattern Recognition And intelligence computing
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1.91mb
    • 提供者:lihao
  1. libsvm-mat-2[1].9-11

    0下载:
  2. LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:233.72kb
    • 提供者:caodi
  1. MyClassifyi

    0下载:
  2. 本程序主要是实现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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:3.47mb
    • 提供者:terry
  1. _K

    0下载:
  2. 模式识别中K均值算法的实现,如果样本过多,可适当修改分类数目。-Pattern recognition in the K-means algorithm, if the sample is too much, may be appropriate to modify the classification number.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:408.11kb
    • 提供者:刘坤
  1. Pattern-Recognition

    0下载:
  2. 用C++实现了模式识别中K-均值算法的实现,并用于图像分类实现。-Pattern recognition C++ achieve the realization of the K-means algorithm, and used for image classification.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:3.96mb
    • 提供者:lili
  1. prtools

    0下载:
  2. matlab的模式分类工具箱,包含大量模式识别的经典算法。-The matlab pattern classification toolbox contains a large number of classic pattern recognition algorithms.
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:631.97kb
    • 提供者:张晓虎
  1. categorization--java

    0下载:
  2. java 实现的分类算法 分类器算法 模式识别领域 亲 赶快下载吧-it s java coderesource and you can learn a lot about this code . this is a code about classifer algrothim. thank you
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:19.79kb
    • 提供者:wangjun
  1. K-means

    0下载:
  2. 模式识别中K-means算法的基本实现,可实现2位向量的分类。-the basic realization of Pattern Recognition K-means algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1.03mb
    • 提供者:annda
  1. ISODATAaKmeans

    0下载:
  2. 模式识别中经典分类算法——K均值和ISODATA(迭代自组织数据分析算法)的C/C++代码-K-means and Iterative Selforganizing Data Analysis Techniques Algorithm in Pattern Recognition
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:7.36mb
    • 提供者:DaBao
  1. PSO

    0下载:
  2. 粒子群优化算法,算法没有和图像处理直接相关,不过对于图像分类中的模式识别相关算法,也许会用到这个优化算法。-PSO code
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.38kb
    • 提供者:Lee
  1. cppVersion

    0下载:
  2. 模式识别C++ K均值算法,采用容器,对数据进行分类-k_means arithmetic
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:937.15kb
    • 提供者:洋琴
  1. 33333

    1下载:
  2. 模式识别相关算法的matlab实现,其中包括人工神经网络、非线性支持向量机以及近邻分类。-pattern recognition
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:574.58kb
    • 提供者:小果冻
  1. fixed-increment-rule

    0下载:
  2. 模式识别小算法:利用固定增量法进行分类,里面含分类结果-fixed increment rule
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:603byte
    • 提供者:max
  1. c均值

    1下载:
  2. 模式识别c均值算法,较为简单的坐标分类。(C-means algorithm for pattern recognition, relatively simple coordinate classification.)
  3. 所属分类:其他

« 12 3 »
搜珍网 www.dssz.com