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

搜索资源列表

  1. K

    0下载:
  2. K均值算法-分类器-有效抑制边缘点影响-简单有效-K-means algorithm- Classifier- effectively inhibiting the impact of edge points- simple and effective
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2118552
    • 提供者:我我
  1. NClassifier-0.1

    0下载:
  2. 基于svm-light的文本分类器。可用于文本分类等-Svm-light-based text classifier. Can be used for text classification, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:95782
    • 提供者:Gaodehong
  1. jxsvm

    0下载:
  2. 交互支持向量机学习算法能解决一些监督学习问 题中学习样本较少的问题, 它以支持向量机(SVM ) 方法为 基础, 将设计分类器变成一个交互的过程, 即: 根据对已知 样本进行的SVM 分类器设计, 主动采样选择“有用”的新样 本, 并进行下一步SVM 分类器的设计。与普通SVM 法相 比, 该方法所需的样本量大大降低, 而且可能达到更好的推 广能力。文本信息过滤问题的实例说明了该算法的有效性。-Interactive support vector machine lear
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:295420
    • 提供者:罗朝辉
  1. stemming

    0下载:
  2. 实现文本分类器作用 取词功能 去词功能 -text classier
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2842
    • 提供者:liuenyi
  1. Classifier

    0下载:
  2. 文本分类器,一款根据文本特征,将文本识别为哪一类,如体育文章(不知道的),分类器自动识别为体育类。 -A classifier for files catogery!
  3. 所属分类:File Operate

    • 发布日期:2017-05-14
    • 文件大小:3353378
    • 提供者:李立
  1. Bayes

    0下载:
  2. 这是一个利用C#编写的贝叶斯中文文本分类器,分词器使用了ICTCLAS分词器。-failed to translate
  3. 所属分类:CSharp

    • 发布日期:2017-05-31
    • 文件大小:12858193
    • 提供者:fegsd
  1. Release

    0下载:
  2. 多种分类模式的文本分类器,支持SVM,KNN,贝叶斯等-svm,knn classification
  3. 所属分类:File Operate

    • 发布日期:2017-05-26
    • 文件大小:9053810
    • 提供者:杨森
  1. nan

    0下载:
  2. 朴素贝叶斯方法的文本分类器方法的研究源码-Study the source code of the Naive Bayes method of text classification methods
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:762
    • 提供者:吕艳萍
  1. SVMclassify

    0下载:
  2. 这是一篇基于SVM算法的文本分类器的文章,文章详细介绍了分类器的算法原理,对图像图形处理专业人员的重要参考价值!-This is a text classifier based on SVM algorithm, the article details the classifier algorithm principle, an important reference value of the image graphics professionals!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:860109
    • 提供者:jeffsonfu
  1. classfication

    0下载:
  2. 基于贝叶斯及KNN算法的newsgroup文本分类器,整个程序,可以直接导入-The newsgroup text classification algorithm based on Bayesian and KNN, the entire program can be directly imported
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:1622766
    • 提供者:bazhiqiang
  1. Bayes-classifier-code

    0下载:
  2. 朴素贝叶斯分类器程序代码 采用朴素贝叶斯分类器算法,使用C++语言对英文文本进行分类,实现了一个文本分类器功能-Naive Bayesian classifier program code using Bayesian classification algorithm, using C++ language English text classification, to achieve a text classification function
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:213695
    • 提供者:李宁
  1. classfication

    0下载:
  2. 基于贝叶斯及KNN算法的newsgroup文本分类器,整个程序,可以直接导入-And KNN algorithm based on Bayesian text classifier newsgroup, the entire program, you can directly import
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3490430
    • 提供者:黄杰
  1. classfication

    0下载:
  2. 基于贝叶斯及KNN算法的newsgroup文本分类器,整个程序,可以直接导入-And KNN algorithm based on Bayesian text classifier newsgroup, the entire program, you can directly import
  3. 所属分类:Java Develop

    • 发布日期:2017-05-20
    • 文件大小:5818853
    • 提供者:周伟
  1. TextClassification

    0下载:
  2. 一个情感文本分类器。开发环境是vc6.0。水平有限,没有进行优化,执行的时间可能会比较长,但是能出结果。-An emotional text classifier. Development environment is vc6.0. Limited, not optimized, the execution time may be relatively long, but can result.
  3. 所属分类:File Operate

    • 发布日期:2017-05-09
    • 文件大小:2031640
    • 提供者:金务文
  1. SVM

    0下载:
  2. SVM文本分类器含有demo显示。 封装后的dll文件。 很便于从数据空间角度理解SVM, 还有为编程提供有价值参考。-SVM text classifier
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:43977
    • 提供者:geass
  1. TCA-AAAI2012-version2.0

    1下载:
  2. 首先从一个源域中获得标记文本数据,然后对目标域自动训练文本分类器从而实现跨域的文本分类-automatically train a precise text classifier for a target domain by using labeled text data from a related source domain.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:10338636
    • 提供者:妹子
  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. 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. knntextclassify

    0下载:
  2. knn算法实现的文本分类器,有界面,使用VS2010编写,能实现分类功能。-KNN algorithm to achieve the text classifier, the interface, the use of VS2010 to prepare, to achieve the classification function
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:250627
    • 提供者:杨玉
  1. jevmkm

    0下载:
  2. SVM文本分类器源程序,英文界面,包含语料,没有解压缩密码,-The SVM classifier source program text, English interface, contains the corpus, not unzip password,
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:615424
    • 提供者:NXLngsor$7262
« 1 23 4 5 »
搜珍网 www.dssz.com