搜索资源列表

  1. TextCategorization

    0下载:
  2. 基于朴素贝叶斯算法实现的中文文本分类程序。可以对中文文本进行分类识别,使用时先对分类器进行训练,然后进行识别。该Beta版本仅支持对3类文本进行分类,使用简单的中文分词方法,本程序尚不具备实用性,用于算法研究和改进。-based on Bayesian algorithms to achieve the Chinese text classification procedure. Can the Chinese text classif
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:317440
    • 提供者:钱磊
  1. Native_Byes_Classfication

    0下载:
  2. 一个朴素贝叶斯文本分类,在进行训练后,可以对文本进行分类。目前支持英文-a simple Bayesian text classification, conducting training, the text can be classified. Currently supported English
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-17
    • 文件大小:59392
    • 提供者:陈是
  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-06-17
    • 文件大小:15360
    • 提供者:sky
  1. NaiveBayes

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

    • 发布日期:2024-06-17
    • 文件大小:4096
    • 提供者:王新
  1. NaiveBayesSimple

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

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:王新
  1. BNC

    0下载:
  2. 朴素贝叶斯分类器(Naive Bayes Classifier),可以分类任意属性个数和目标状态的离散样例。-Naive Bayesian classifier (Naive Bayes Classifier), can be categorized arbitrary number of attributes and objectives of the state of the discrete sample.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:608256
    • 提供者:王军
  1. 2008121513115415410

    0下载:
  2. 垃圾邮件过滤器Java源码 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90%以上。在这里我非常感谢我的网络老师郑伟!希望大家多多提意见哦-Spam filters Java source code of this software is based on Naive Bayes algorithm, using NetBeans gene
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-17
    • 文件大小:996352
    • 提供者:afafa
  1. NaviveBayesClassify

    0下载:
  2. 朴素贝叶斯分类算法,可以用来进行分类bayes -Naive Bayesian classification algorithm can be used to classify the Bayes
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-17
    • 文件大小:6144
    • 提供者:王兵
  1. filter

    0下载:
  2. 垃圾邮件过滤器,本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90%以上。-Spam filters, the software based on the Naive Bayes algorithm, using NetBeans generated interface (requires JDK1.6), apply to SMS, mail
  3. 所属分类:文件操作

    • 发布日期:2024-06-17
    • 文件大小:976896
    • 提供者:张家
  1. BayesFileClassify

    0下载:
  2. 文本分类是在文档所包含的文本基础上, 把给定的文档分配到固定类别集合中某一个类别的任务。这个任务中常常用到朴素贝叶斯模型。-Text classification are contained in the document text, based on the given document category assigned to a fixed set of a certain type of mission. This task i
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:168960
    • 提供者:dcj
  1. BayesClassifier

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

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

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

    • 发布日期:2024-06-17
    • 文件大小: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-06-17
    • 文件大小:7168
    • 提供者:zhangrui
  1. NaiveBayes

    0下载:
  2. 朴素贝叶斯分类,从weka中提取的,希望大家多多指正-nativebayes
  3. 所属分类:文件操作

    • 发布日期:2024-06-17
    • 文件大小:7168
    • 提供者:韩志鹏
  1. Bayesianclassifierfortextclassificationalgorithms.

    0下载:
  2. 用于文本分类的朴素贝叶斯分类算法,包括代码和测试数据-Naive Bayesian Text Classification for classification algorithms, including the code and test data
  3. 所属分类:C#编程

    • 发布日期:2024-06-17
    • 文件大小:2326528
    • 提供者:王佳
  1. 20100625

    0下载:
  2. 本程序实现了基于朴素贝叶斯方法的文本分类,附有源代码、实验报告、可执行程序以及语料库(包括训练集和测试集) -This procedure implements the text-based Naive Bayes classification method, with source code, test reports, executables and corpus (including the training set and te
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-17
    • 文件大小:1869824
    • 提供者:王丽静
  1. NaviveBayesClassify

    0下载:
  2. java代码的朴素贝叶斯分类器 java代码的朴素贝叶斯分类器 调试通过-java code java code Naive Bayes classifier Naive Bayesian classifier Naive Bayesian classification of java code through debugging
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:6144
    • 提供者:陈蓉
  1. NavieBayes github java

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

    • 发布日期:2024-06-17
    • 文件大小:561152
    • 提供者:刁蛮
  1. 朴素贝叶斯

    0下载:
  2. 基于对朴素贝叶斯的理解,用java语言实现的简单的朴素贝叶斯过程(Java implementation of naive Bayes)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:88064
    • 提供者:疯林
  1. javamail

    0下载:
  2. 基于朴素贝叶斯的一个具有图形界面的垃圾邮件过滤系统(A spam filtering system based on Naive Bayes)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-17
    • 文件大小:3070976
    • 提供者:叶落YL
« 12 3 »

源码中国 www.ymcn.org