搜索资源列表

  1. BayesClassifier

    0下载:
  2. 一个用c#写的贝叶斯分类程序源代码,带图形界面!-c# using a Bayesian classification write source code, with a graphical interface!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:119808
    • 提供者:王浩
  1. BeiyesiClassfication

    0下载:
  2. 本系统是一个简单的朴素贝叶斯的数据集分类系统,能够通过输入数据并预测数据集属于哪一个类-The system is a simple Naive Bayes data sets classification system through the input data and prediction data sets belong to which category
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:sky
  1. knn

    0下载:
  2. 朴素贝叶斯(Naive Bayes, NB)算法是机器学习领域中常用的一种基于概率的分类算法,非常简单有效。k近邻法(k-Nearest Neighbor, kNN)[30,31]又称为基于实例(Example-based, Instance-bases)的算法,其基本思想相当直观:Rocchio法来源于信息检索系统,后来最早由Hull在1994年应用于分类[74],从那以后,Rocchio方法就在文本分类中广泛应用起来。-Naive
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:96256
    • 提供者:许梁
  1. BayesClassifier

    0下载:
  2. 贝叶斯分类算法,构造朴素贝叶斯分类器,对给定的中文文本进行分类-Bayesian classification algorithm, Naive Bayes classifier structure of a given Chinese text classification
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:娜娜
  1. NaviveBayesClassify

    0下载:
  2. 基于朴素贝叶斯文本分类器 可进行简单的文本分类-Based on Naive Bayes text classification can be simple text classification
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:chubinchi
  1. NaiveBayes.java.tar

    0下载:
  2. 基于weka的分类算法,用于weka拓展应用。朴素贝叶斯模型发源于古典数学理论,有着坚实的数学基础,以及稳定的分类效率。同时,该算法所需估计的参数很少,对缺失数据不太敏感,算法也比较简单。理论上,与其他分类方法相比具有最小的误差率。-Based on the classification algorithm weka, weka develop applications for. Naive Bayes model originated
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:zhangrui
  1. NaiveBayes

    0下载:
  2. 朴素贝叶斯算法分类源代码,vc6.0编写-NaiveBayes on how to classfiy texts
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:2265088
    • 提供者:Lotus
  1. TextCat

    0下载:
  2. 用朴素贝叶斯算法来进行文件分类,未包含训练数据.-Naive Bayes algorithm is used to carry out classification of documents, not included in training data.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:280576
    • 提供者:johnson
  1. nb_spam

    1下载:
  2. 用朴素贝叶斯分类方法实现垃圾邮件分类。 基于matlab实现。-Bayesian classification method to achieve with spam classification. Matlab-based implementation.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:188416
    • 提供者:xiexiao
  1. naivebayes

    0下载:
  2. 已调试好的基于贝叶斯判别的手写体数字识别的matlab实现,包括样本图片的预处理、创建朴素贝叶斯分类器对象和检验判别效果的程序源代码大全-failed to translate
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:胡盛亮
  1. naiveByes

    0下载:
  2. 朴素贝叶斯分类器基于一个简单的假定:给定目标值时属性之间相互条件独立。(The simple Bias classifier is based on a simple assumption that attributes are independent of each other when given the target value)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:luyuno_o
  1. NBC(1)

    0下载:
  2. 利用朴素贝叶斯对UCI 的 mushroom 数据集进行分类,使用MATLAB编码(Using naive Bias, the mushroom data sets of UCI are classified and encoded using MATLAB)
  3. 所属分类:其他小程序

  1. NBC

    0下载:
  2. 朴素贝叶斯模型,用来做大数据的分类,是一种很简单易上手的模型,代码很简单,有例子。(Naive Bayes model is used to enlarge the classification of data)
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-20
    • 文件大小:36864
    • 提供者:濉燃
  1. Bayes

    0下载:
  2. 最简单的朴素贝叶斯程序,其中的数据上花种的分类情况。(Naive Bayesian program is the most simple, the classification of the data on the flowers.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:jiajiale
  1. NavieBayes github java

    0下载:
  2. java 朴素贝叶斯 机器学习 情感分类器(java naivebayes machinelearing)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:561152
    • 提供者:刁蛮
  1. naive_bayes

    0下载:
  2. 朴素贝叶斯算法分类及回归,附带训练集和测试集,可以评测正确率和输出预测文件(Classification and regression of naive Bayes algorithm, incidental training set and test set can evaluate the correct rate and output prediction file.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:风霏霏
  1. bayes

    0下载:
  2. 使用朴素贝叶斯对垃圾邮件进行分类,附带数据(For spam classification using Naive Bayesian, supplementary data)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:28672
    • 提供者:zengw
  1. 朴素贝叶斯源码

    0下载:
  2. 朴素贝叶斯分类器用Python实现,基础代码适合初学者(Naive bayes classifier is implemented in Python, and basic code is suitable for beginners)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:236544
    • 提供者:Amber555
  1. naivebayes

    0下载:
  2. 朴素贝叶斯分类算法的代码,可实现多案例使用(The code of the simple Bias classification algorithm can be used for multiple cases)
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-20
    • 文件大小:16121856
    • 提供者:O_of
  1. nb

    0下载:
  2. 朴素贝叶斯分类分为两步: ① 计算特征项和所属类别之间的概率; ② 判断文本dj是否属于类别ci的概率 本代码为训练阶段(Naive Bayes classification is divided into two steps: 1 Calculate the probability between the feature item and its own category; 2 The probability of judg
  3. 所属分类:matlab例程

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

源码中国 www.ymcn.org