CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - naive

搜索资源列表

  1. dropper

    0下载:
  2. Naive system call dropper built on seccomp_filter.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4387
    • 提供者:vuwutun
  1. Bayes

    0下载:
  2. 贝叶斯分类算法是统计学的一种分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,而且方法简单、分类准确率高、速度快。-Bayesian classification algorithm is a statistical classification method, which is a kind of knowledge to classify the use
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3262
    • 提供者:陈兵
  1. ts_fsm

    0下载:
  2. A naive finite state machine text search approach.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3041
    • 提供者:gkkdbei
  1. Bayes

    0下载:
  2. 贝叶斯分类器matlab代码,主要利用naive bayes分类器的思想利用后验概率进行分类。-Bayesian classifier matlab code, after the main use of naive bayes classifier utilizing the posterior probability ideological classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7199384
    • 提供者:
  1. naive_bayes

    0下载:
  2. 用naive bayes算法对文本邮件进行分类。原文本共20类,几万词条,采用标准的数据库文本作为数据源。-naive bayes alogrithm to classify email text.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7575389
    • 提供者:changliu
  1. machine-learning

    0下载:
  2. python3实现各种机器学习算法,包括knn算法,决策树算法,SVM算法,朴素贝叶斯算法等-Python3 realize all kinds of machine learning algorithms, including KNN algorithm, the decision tree algorithm, the SVM algorithm, naive bayesian algorithm, etc
  3. 所属分类:Data Mining

    • 发布日期:2017-05-02
    • 文件大小:692021
    • 提供者:朱灿
  1. bayes_examp

    1下载:
  2. 朴素贝叶斯分类算法是机器学习中十分经典而且应用十分广泛的算法,下面将逐步学习和说明。-Naive Bayes classifier machine learning algorithm is very classic and very broad application of the algorithm, the following will gradually learn and descr iption.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-09
    • 文件大小:7157
    • 提供者:lijia
  1. NaiveBayes

    1下载:
  2.  Naive Bayes 朴素贝叶斯的Java代码实现
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-05-14
    • 文件大小:107517
    • 提供者:wang
  1. NaiveBayes

    0下载:
  2. 贝叶斯分类器,机器学习十大经典算法之一,基本的实现-Naive Bayes
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2366
    • 提供者:车万翔
  1. eliminationgauss

    0下载:
  2. Systems of linear equations Our Matlab function for naive Gaussian elimination looks like this: function x = naiv_gauss(A,b) n = length(b) x = zeros(n,1) for k=1:n-1 forward elimination for i=k+1:n xmult = A(i,k)/A(k,k) for j=k+1:n
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:38239
    • 提供者:amine
  1. bayes

    3下载:
  2. java实现朴素贝叶斯中文文本分类器。自带分类语料和实验报告。功能完整。-java implement Naive Bayes Chinese text categorization. Own classification corpus and test reports. Full-featured.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5605376
    • 提供者:周玉红
  1. Bayes

    0下载:
  2. Java实现的基于朴素贝叶斯的身高分类,包含训练集文档。代码简单易读。-Java-based implementation of height Naive Bayes classification, including the training set documentation. The code easier to read.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1880729
    • 提供者:澜恬
  1. libORF-master

    0下载:
  2. 针对各种机器学习,深度学习领域的一个matlab工具包-A machine learning library focused on deep learning.Following algorithms and models are provided along with some static utility classes: - Naive Bayes, Linear Regression, Logistic Regression, Softmax Regression, Linear S
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:345984
    • 提供者:zhjhe
  1. bayes

    0下载:
  2. 根据文本内容,使用朴素贝叶斯进行文档的分类。-According to the text, using Naive Bayes to classify documents.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:933
    • 提供者:孙德宇
  1. bayes

    0下载:
  2. 利用贝叶斯朴素算法对文本的内容的褒贬属性进行分类-Naive Bayesian algorithm to appraise the contents of the text property classification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:931
    • 提供者:孙德宇
  1. textClassifier

    0下载:
  2. 新闻文本分类器,采用naive Bayes算法。先对训练集处理得到词库,再通过测试集检验,核算分类器的正确率。-News texts classification, the use of naive Bayes algorithm. First treatment of the training set to get the thesaurus, then tested by the test set and accounting the correct rate of classificati
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:16582
    • 提供者:lin
  1. pythonsrc

    0下载:
  2. 机器学习算法,包括主成分分析方法,奇异值分解,逻辑回归,最小二乘法线性回归,朴素贝叶斯-machine learning algorithm prototype including PCA, SVD, Logic Regression, LMS and Naive Bayes
  3. 所属分类:Data Mining

    • 发布日期:2017-04-15
    • 文件大小:5911
    • 提供者:xiaozhiz
  1. NaiveBayesClassifier

    0下载:
  2. Naive bayes classifier
  3. 所属分类:Development Research

    • 发布日期:2017-04-29
    • 文件大小:360464
    • 提供者:sumi patra
  1. bayesclass

    0下载:
  2. 贝叶斯分类器的一个函数,可以选择是full还是naive贝叶斯-A function Bayesian classifier, you can choose full or naive Bayes
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1047
    • 提供者:刘龙
  1. NaiveBayes-master

    0下载:
  2. 对文本信息进行分类,训练和学习,利用朴素贝叶斯算法实现。-Text information on the classification, training and learning, with Naive Bayes algorithm.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-15
    • 文件大小:4882
    • 提供者:xlyxy
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 »
搜珍网 www.dssz.com