搜索资源列表

  1. code

    0下载:
  2. 两个算法,BP算法和LVQ算法都是属于分类算法-Two algorithms, BP algorithms and LVQ algorithms are classification algorithms
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:7718912
    • 提供者:饶秋驰
  1. isodata

    0下载:
  2. 非监督分类程序,采用isodata算法,分类自组织迭代分类算法。-Non-supervised classification procedures, using ISODATA algorithm, iterative classification of self-organization classification algorithm.
  3. 所属分类:按钮控件

    • 发布日期:2024-05-21
    • 文件大小:151552
    • 提供者:邢超凡
  1. mill

    0下载:
  2. 包含了很多分类算法,有SVM,knn,决策树等,还有文档说明-Contains a lot of classification algorithms, there is SVM, knn, decision tree and so on, have documented
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:990208
    • 提供者:来海锋
  1. 200532590150

    0下载:
  2. 实现了二维数据的K均值算法以及ISODATA分类算法-Achieve a two-dimensional data, as well as K-means algorithm ISODATA classification algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:75776
    • 提供者:叶心怡
  1. 1

    0下载:
  2. Kmeans分类算法的代码,通过屏幕输入和输出,实现自动分类,代码较短运行速度快-Classification Algorithm Kmeans code, through the screen input and output, automatic classification, a shorter code to run faster
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:redtearqi
  1. J48

    0下载:
  2. 数据挖掘分类算法:J48源代码,采用JAVA语言编程实现-Data mining classification algorithms: J48 source code, the use of JAVA programming language
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:liuchunju
  1. K-meansNB

    0下载:
  2. :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:173056
    • 提供者:李浩
  1. maxlikehood_algorithm

    2下载:
  2. 最大似然估计分类算法的matlab实现,可以对需要分类的数据进行最大似然分类。-Classify using the maximum-likelyhood algorithm.Outputs is the Decision sufrace.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:丛志丹
  1. NativeBayes

    0下载:
  2. Bayes算法,很好的分类算法。自己编了很久,供大家分享-it is good!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:286720
    • 提供者:liliang
  1. svmcode

    0下载:
  2. 这个主要是SVM的分类算法,主要应用于模式识别中。-SVM algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:31744
    • 提供者:chenfengnong
  1. id3

    0下载:
  2. 可以运行的c++ID3算法,数据挖掘分类算法中的ID3算法C语言代码实现。已经调试。 -Can run c++ ID3 algorithm, data mining classification algorithm ID3 algorithm for C language code to achieve. Have been debugging.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:郑健潮
  1. winedata-bayers

    0下载:
  2. 对著名的UCI机器学习库的wine数据集做的朴素贝叶斯分类算法,包含详细源代码和实验报告,不可多得啊-Pairs of well-known UCI machine learning repository data set to do wine Naive Bayesian classification algorithm, with detailed source code and test reports, a rare ah
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:17408
    • 提供者:hannychen
  1. SerialKNN

    0下载:
  2. KNN分类算法源代码 KNN分类算法源代码-KNN classification algorithm source code for KNN classification algorithm source code for KNN classification algorithm source code for
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:18432
    • 提供者:sss
  1. paper

    0下载:
  2. 关于数据挖掘的分类算法,主要介绍基于不确定数据的决策树算法-With regard to the classification of data mining algorithms, mainly introduces the decision tree algorithm based on uncertain data
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:685056
    • 提供者:任广明
  1. NB

    0下载:
  2. 特征之间非独立的有监督朴素贝叶斯分类算法。参数估计,输入训练集和测试集,得到分类结果和分类准确率-NB
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:陈志峰
  1. MVU

    0下载:
  2. MVU算法的详细分析,标准的分类算法,高效实现分类-MVU
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:8609792
    • 提供者:anelka
  1. differentcalsiificationpalying

    0下载:
  2. 模式识别中各种分类算法演示Demonstrate a variety of classification algorithms in pattern recognition-Demonstrate a variety of classification algorithms in pattern recognition
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:567296
    • 提供者:chen dd
  1. DotNET2008BasedSVM

    0下载:
  2. 支持向量机用于遥感影像分类,是一种高效、高精度的人工智能分类算法-SVM is a powerful classification algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:141312
    • 提供者:王晴
  1. adaboost

    0下载:
  2. adaboost:经典的分类算法,配有相应的论文及程序使用说明-adaboost: classical classification algorithms, with the corresponding papers and procedures for use
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:765952
    • 提供者:张海如
  1. MatLab-Classification

    0下载:
  2. MATLAB 模式分类算法程序,是英文版《模式分类》教程的有关资料。-MatLab Classification 
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:629760
    • 提供者:褚家旭
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org