搜索资源列表

  1. fenleisuanfa.tar

    0下载:
  2. 常用机器学习算法,java编写源代码,内含常用分类算法,包括说明文档-used machine learning algorithm, the preparation of java source code that contains commonly used classification algorithms, including documentation,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:5479424
    • 提供者:周小明
  1. bayes.c

    0下载:
  2. 两类正态分布模式贝叶斯分类算法源程序,用c语言实现的-two normal mode Bayesian classification algorithm source files, using the C Language
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:张珊
  1. incridge.tar

    0下载:
  2. 一些分类算法的实现,包括支持向量分类算法,可以作为模式识别学习者的参考。-some classification algorithm implementation, including support vector classification algorithm can be used as a reference pattern recognition learners.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:29696
    • 提供者:liangye
  1. id3(c)

    0下载:
  2. 数据挖掘分类算法中的ID3算法C语言代码实现。已经调试。-data mining classification algorithm ID3 algorithm C language code to achieve. Debugging has.
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:
  1. ANewC4.5alg

    0下载:
  2. 经典的数据挖掘分类算法,由ID3算法演变而来。本算法主要用于处理连续属性值,基本过程如下: 1.根据属性的值对数据集排序 2.用不同的阈值将数据集动态的分类 3.迭代根据阈值进行划分 4.得到所有可能的阈值、增益以及增益比-classical classification of data mining algorithms, evolved from the ID3 algorithm. This is mainly u
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:148480
    • 提供者:kpeng
  1. K_Average

    0下载:
  2. 简单的模式识别的分类算法(K_均值算法),适用于各种识别算法的基础分类算法--详细信息见说明-simple pattern recognition classification algorithm (K_ means algorithm), apply to the recognition algorithm based classification algorithm-- detailed information, see Note
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:53248
    • 提供者:郑翠花
  1. SVM_lzb1p0

    0下载:
  2. 一个支持向量机的工具箱。包括2类分类算法与回归算法。-A Support Vector Machine Toolbox. Including Category 2 classification algorithm with the regression algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:228352
    • 提供者:陈武
  1. 6114454422007491956407205706

    0下载:
  2. boosting 一种新型的分类算法 程序-boosting a new type of classification algorithm procedure
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:41984
    • 提供者:
  1. pattern_recognition_v6.1.tar

    0下载:
  2. 包含了模式识别中常用的一些分类器设计算法,并且还能根据参数指定样本的分布规律,然后通过分类算法找分界面-Contains a number of commonly used pattern recognition classifier design algorithms, and also in accordance with parameter specifies the distribution of samples, and th
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:843776
    • 提供者:张家才
  1. fish

    0下载:
  2. Fisher线性判别是线性分类算法中最基本的一种算法,其基本思想是将d维空间中的样本投影到一条最易于分类的投影线上,再进行分类。本文将用使用matlab实现Fisher线性判别算法,并给出4种阈值选择的方法。-Fisher Linear Discriminant is a linear classification algorithm as a basic algorithm, its basic idea is to d-dimens
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:41984
    • 提供者:yue yao jia
  1. adaboost

    0下载:
  2. adaboost算法,当今最快的分类算法,基于matlab的源代码-AdaBoost algorithm, the fastest of today
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:范一峰
  1. classifier

    0下载:
  2. 几种数据挖掘中分类算法的介绍:sliq,sprint,cpar(英文版的)-Several data mining classification algorithms introduction: sliq, sprint, cpar (English)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:368640
    • 提供者:古月
  1. shifunction

    0下载:
  2. 模式识别----模式识别中势函数分类算法。。例子源码。对样本进行学习生成势函数,再对新样本进行分类-Pattern Recognition Pattern Recognition---- potential function classification algorithm. . Examples of source. Of samples for learning to generate potential function, and
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:啊德
  1. NaiveBayesSimple

    0下载:
  2. 朴素贝叶斯分类算法2,《机器学习及java实现里面的》-Naive Bayesian classification algorithm 2, the realization of machine learning and java inside
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:王新
  1. winsvm

    0下载:
  2. 目前的svm(支持向量机)分类算法开源实现如svmlight和svmlib都没有界面,使用不方便。这个程序基于svmlight整合在VC++开发环境。将给VC用户带来极大方便。-Current svm (support vector machine) classification algorithm, such as open source to achieve svmlight and have not svmlib interfac
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-19
    • 文件大小:729088
    • 提供者:maming
  1. SVM

    0下载:
  2. 这是一个svm对图像分类的论文,很值得一看 基于SVM的图像分类算法与实现,他还说有具体的实现,很棒-This is a SVM for image classification of the papers, it is worth a visit SVM-based image classification algorithms and realize, he said concrete has achieved great
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:136192
    • 提供者:
  1. KNN

    0下载:
  2. k最近邻分类算法:用C++实现KNN分类-k Nearest Neighbor Classification Algorithm: The C++ realize KNN classification
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:303104
    • 提供者:徐晓云
  1. KNN_0

    0下载:
  2. knn文本分类算法,很好,很强大-KNN text categorization algorithm, very good, very powerful
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zhaowenhuai
  1. TextClassify

    0下载:
  2. 文本分类算法,含有三个分类算法,朴素贝叶斯,KNN,VSM-Text classification algorithms, containing three classification algorithms, Naive Bayes, KNN, VSM
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-19
    • 文件大小:3673088
    • 提供者:lingqiang
  1. KNN

    0下载:
  2. KNN算法--一种文本分类算法-KNN algorithm- a text classification algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org