搜索资源列表

  1. Bayes

    0下载:
  2. 使用Iris数据集,朴素贝叶斯分类算法。-The use of Iris data set, Naive Bayes classification algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:603136
    • 提供者:nbbnmm
  1. beiyesifenleiqi

    0下载:
  2. 朴素贝叶斯分类器,对于连续变量情形,此算法将连续变量进行离散,分类效果较好-Naive Bayesian classifier, the continuous variable case, this algorithm for discrete variables, the classification results better
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:21504
    • 提供者:周健
  1. Bayes

    0下载:
  2. 贝叶斯分类实验,设计简单的线性分类器,了解模式识别的基本方法。掌握利用贝叶斯公式进行设计分类器的方法。-Bayesian classification experiment is designed to be simple linear classifier, know the basic methods of pattern recognition. Master the use of Bayesian classifier desi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:屠志海
  1. classify_NN

    0下载:
  2. 贝叶斯分类,已经调试成功,大家共享一下。-Bayesian classifier, has been testing the success of everyone to share about.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:王朋
  1. Bayes

    0下载:
  2. 该代码包是一个基于贝叶斯分类器的分类程序,内含数据集、可运行程序-The code package is a classifier based on Bayesian classification procedures, including data sets, can run the program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:754688
    • 提供者:lifenglin
  1. Bayes_classifier

    0下载:
  2. 贝叶斯分类器的设计实验,内有解释利于入门学习-Bayesian classifier design experiments, which help to explain the study entry
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:路单
  1. Bayes_classifier_useful

    0下载:
  2. 关于贝叶斯分类器设计的实验,适合入门,上一个传错了,抱歉-Bayesian classifier on the experimental design is suitable for entry, a mass is wrong, sorry
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-18
    • 文件大小:44032
    • 提供者:路单
  1. code

    1下载:
  2. 本贝叶斯分类器可以实现对二维高斯分布样本的分类-The Bayesian classifier can achieve two-dimensional Gaussian distribution of the classification of samples
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:maling
  1. 105359_1148

    0下载:
  2. 为了测试评估贝叶斯分类器的性能,用不同数据集进行对比实验是必不可少的. -In order to test the assessment of the performance of Bayesian classifier, and compare different experimental data sets is essential.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:186368
    • 提供者:马英豪
  1. K-meansNB

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

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

    0下载:
  2. 用MATLAB实现模式识别中的贝叶斯分类-Using MATLAB to achieve recognition in the Bayesian classifier
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:老火
  1. bayesleastrisk

    0下载:
  2. matlab贝叶斯分类器,基于matlab的仿真-Bayesian classifier matlab, matlab-based simulation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李凌
  1. 119128664bayes_classifier

    0下载:
  2. 贝叶斯分类器源代码.能很好的实现分类.是很好的学习资料.期望与大家一起分享.-Bayesian classifier source code. Can achieve very good classification. Is a very good learning materials. Look forward to working with you to share
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:huang fang
  1. Bayes_Classify

    0下载:
  2. 贝叶斯分类器,利用后验概率,对已知属性对象进行分类-Bayesian classifier, the use of posterior probability of the known properties of the object classification
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:孙巍巍
  1. bayesgauss

    0下载:
  2. 图像模式识别中使用的高斯型贝叶斯分类器,提供完整的参数选择-Gaussian Bayesian classifier
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:cai chenyun
  1. ClassCode

    0下载:
  2. 本程序基于matlab实现了贝叶斯分类器,是模式识别理论中基本的操作,希望对初学者有帮助。-This procedure achieved a matlab-based Bayesian classifier, Pattern Recognition Theory is the basic operation, and they hope to be helpful for beginners.
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:吕晋普
  1. zuoye

    0下载:
  2. 利用matlab软件对模式识别进行了很好的仿真,利用贝叶斯分类器对男女生进行了很好的分类。-Pattern recognition using matlab software had a very good simulation, the use of Bayesian Classifiers for boys and girls had a very good classification.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:47104
    • 提供者:倪继峰
  1. 1

    0下载:
  2. 这是一个模式识别,关于贝叶斯分类器实现的代码-This is a pattern recognition, Bayesian classifier on the realization of the code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:ivan1988716
  1. knn

    0下载:
  2. KNN 利用VC实现的贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:shabo
  1. ClassficationBaseOnAssociation

    0下载:
  2. 贝叶斯分类器的改进 在windows 平台下实现;-Improvement of Bayes classfication It is implement in windows.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-18
    • 文件大小:1489920
    • 提供者:huoshang
« 1 2 3 45 6 7 8 9 10 ... 43 »

源码中国 www.ymcn.org