CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 垃圾邮件 贝叶斯

搜索资源列表

  1. cJava

    0下载:
  2. 用c和Java写的贝叶斯分类器,针对垃圾邮件处理,可用于过滤垃圾邮件。-With c and the Bayesian classifier written in Java for dealing with junk e-mail can be used to filter spam.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:631517
    • 提供者:Avenway
  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 messages, diaries and other do
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:977675
    • 提供者:张家
  1. MailFilter

    0下载:
  2. JAVA写的垃圾邮件过滤器,基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90 以上。-JAVA to write spam filters, based on the Naive Bayes algorithm, using NetBean generated interface (to be JDK1.6), applies to SMS, E-mail e-mail, diary and some oth
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:971880
    • 提供者:370
  1. spamprobe-1.4.tar

    0下载:
  2. 一个垃圾邮件过滤的小工具 使用贝叶斯过滤算法的小工具-A small tool for spam filtering using Bayesian filtering algorithm Gadgets
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:251798
    • 提供者:是上帝
  1. BayesDataMining

    0下载:
  2. 贝叶斯算法的对垃圾邮件数据进行分类处理,总共分成两类。-Bayesian algorithm for spam classification data, a total of two separate categories.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:189463
    • 提供者:bing
  1. ProgrammingPCollectivePIntelligence

    0下载:
  2. 本书以机器学习与计算统计为主题背景,专门讲述如何挖掘和分析Web上的数据和资源,如何分析用户体验、市场营销、个人品味等诸多信息,并得出有用的结论,通过复杂的算法来从Web网站获取、收集并分析用户的数据和反馈信息,以便创造新的用户价值和商业价值。全书内容翔实,包括协作过滤技术(实现关联产品推荐功能)、集群数据分析(在大规模数据集中发掘相似的数据子集)、搜索引擎核心技术(爬虫、索引、查询引擎、PageRank算法等)、搜索海量信息并进行分析统计得出结论的优化算法、贝叶斯过滤技术(垃圾邮件过滤、文本过
  3. 所属分类:Search Engine

    • 发布日期:2017-05-11
    • 文件大小:2630241
    • 提供者:也席
  1. The-programming-collective-wisdom

    0下载:
  2. 《集体智慧编程》(programming collective intelligence building smart web 2.0 applications)以机器学习与计算统计为主题背景,专门讲述如何挖掘和分析web上的数据和资源,如何分析用户体验、市场营销、个人品味等诸多信息,并得出有用的结论,通过复杂的算法来从web网站获取、收集并分析用户的数据和反馈信息,以便创造新的用户价值和商业价值。全书内容翔实,包括协作过滤技术(实现关联产品推荐功能)、集群数据分析(在大规模数据集中发掘相似的数
  3. 所属分类:Other systems

    • 发布日期:2017-06-19
    • 文件大小:28408832
    • 提供者:chenlei
  1. Bayes

    0下载:
  2. 基于朴素贝叶斯的垃圾邮件过滤java程序-Java program based on the Naï ve Bayesian spam filtering
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-16
    • 文件大小:1499
    • 提供者:miracle2x
  1. BeiyesiClassfication

    0下载:
  2. 贝叶斯 垃圾邮件分类器 java,对训练邮件的字符使用贝叶斯概率公式计算概率,在对测试数据分析-spam filter using beiyesi
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:10263
    • 提供者:fanganjie
  1. Filter.py

    0下载:
  2. 利用贝叶斯分类器写的垃圾邮件过滤器,准确率达98 -A spam email filter with Naive Bayes.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:3135
    • 提供者:david
  1. spammailfliter

    0下载:
  2. 使用贝叶斯算法写的垃圾邮件过滤,基于词频信息,比较适合新手。-Using Bayesian spam filtering algorithm written, based on word frequency information, more suitable for beginners.
  3. 所属分类:Firewall-Security

    • 发布日期:2017-05-16
    • 文件大小:4133522
    • 提供者:管毅舟
  1. mybayes

    0下载:
  2. 垃圾邮件过滤的程序,python编写,里边有详尽的注释,采用贝叶斯算法。可以训练,测试。可以用来学习python和贝叶斯算法。-Spam filtering program, python prepared a detailed note inside, using a Bayesian algorithm. Can be trained, tested. Can be used to learn python and Bayesian algorithms.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:21287
    • 提供者:xiaomiao
  1. Email

    0下载:
  2. 用贝叶斯算法实现邮件自动分类及垃圾邮件过滤-Bayesian algorithms to achieve automatic email classification and spam filtering
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1556240
    • 提供者:Lee
  1. bayes

    0下载:
  2. 朴素贝叶斯分类算法:其中,朴素的意思是该分类算法基于的两个简单的假设,特征独立以及每个特征同等重要。 贝叶斯分类是基于贝叶斯准则的分类算法。朴素贝叶斯常用于文档分类,过滤垃圾邮件等。 -Naive Bayesian classification algorithm: where is the plain meaning of the classification algorithm based on two simple assumptions, features independent
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2161
    • 提供者:iihaozl
  1. naive-bayes-spam-filter-master

    0下载:
  2. 基于朴素贝叶斯分类器写的垃圾邮件过滤系统-machine learning bayes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1163557
    • 提供者:ANNIE
  1. cPP

    0下载:
  2. 介绍贝叶斯方法的理论依据及近几年的典型贝叶斯分类方法,并给出不同方法下垃圾邮件过滤实验数据对比,总结贝叶斯方法在垃圾邮件处理中的优点和局限性,并提出下一步可能的研究方向.-Presentation of theory and Bayesian methods Bayesian classification method typical in recent years, and gives the spam filter test data comparison of different meth
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1029
    • 提供者:张翰
  1. NaiveBayes

    0下载:
  2. python实现的朴素贝叶斯分类器,以及垃圾邮件分类的一个应用,包括处理的数据- python implement Naive Bayes classifier, and an application spam classifications, including data processing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:20264
    • 提供者:llw
  1. Electronic-spam-filtering

    0下载:
  2. 电子垃圾邮件过滤系统的实现,基于贝叶斯算法-Electronic spam filtering
  3. 所属分类:Project Design

    • 发布日期:2017-05-09
    • 文件大小:1618962
    • 提供者:张伟
  1. Spam-filtering

    0下载:
  2. 实现垃圾邮件过滤系统,基于贝叶斯算法。理解邮件传输协议-Based on Bayesian algorithm,Electronic spam filtering,
  3. 所属分类:Project Design

    • 发布日期:2017-05-11
    • 文件大小:2211188
    • 提供者:张伟
  1. 9215JavaMail

    0下载:
  2. JAVA垃圾邮件过滤系统,贝叶斯过滤算法的经典算法模式。-JAVA spam filtering system, the classical algorithm of Bayesian filtering algorithm.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-23
    • 文件大小:6842038
    • 提供者:liusong
« 1 23 »
搜珍网 www.dssz.com