CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 文本 算法

搜索资源列表

  1. Minium_Spanning_Tree(Kruskal)

    0下载:
  2. 最小生成树问题 问题描述:若要在n个城市之间架设通讯网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通讯网,是一个网的最小生成树问题。 设计要求:利用克鲁斯卡尔算法求网的最小生成树;以文本形式输出生成树中各条边以及它们的权值。 -The issue of minimum spanning tree problem Descr iption: n To set up a communication network between cities, only need to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:8055
    • 提供者:利莉
  1. bpANDgenetic

    0下载:
  2. 使用遗传算法对BP网络权值阈值进行优化,再用BP算法训练网络的代码,文本格式的-bp propoganda and genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2031
    • 提供者:rayonxu
  1. classfer

    0下载:
  2. 文本分类器 文本分类算法 详细介绍了算法过程-Text Classifier Algorithm for text classification algorithm described in detail the process of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:5554
    • 提供者:zw
  1. text_classification

    0下载:
  2. 这是一个文本分类的简单算法,基于weka的,实现文本的分类。-This is a easy classification code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5295
    • 提供者:徐金娜
  1. pj

    0下载:
  2. 一种基于语义内积空间模型的文本聚类算法,这种算法有很好的效率,拿出来和大家分享下-A semantic-based model of inner product space the text clustering algorithm, this algorithm has good efficiency, and to share out under the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:500844
    • 提供者:like
  1. CheckText

    0下载:
  2. 实现文本相似度检查的文本层次聚类算法和划分算法的C#源码-Text to check the text similarity hierarchical clustering algorithm and classification algorithm C# source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:66909
    • 提供者:liq88
  1. MinCutSeg

    0下载:
  2. 一组很直观的有关于文本算法的java代码。对Text Mining 的研究能起到一定的帮助。-A very intuitive method of java on the text of the code. Research on Text Mining can play some help.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-19
    • 文件大小:5201952
    • 提供者:cz
  1. MyCluster

    0下载:
  2. 聚类算法中的k均值算法,里面已经包含一个文本聚类的实验。-Clustering algorithm k means algorithm, which already contains a text clustering experiments.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3363118
    • 提供者:苏永昌
  1. shotdetect

    0下载:
  2. 文本聚类算法的好东西文本聚类算法的好东西-Text clustering algorithm for text clustering algorithm good things good things
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:627731
    • 提供者:515700954
  1. supermarket

    0下载:
  2. 大四上学期做的一个人工智能里有关数据挖掘的课程设计,里面包括数据挖掘算法和数据库文件。。。对于想学好人工智能的非常有用-Last semester to do a senior artificial intelligence in the design of data mining programs, which include data mining algorithms and database files. . . The artificial intelligence is very u
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:741083
    • 提供者:橙子
  1. matlab

    0下载:
  2. 这是一些文本聚类的matlab函数,是遗传算法过程中的一些常用函数-This is some text clustering matlab function, genetic algorithm is the process of some of the commonly used functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:106209
    • 提供者:邵俊尧
  1. Huffman

    0下载:
  2. 通过Huffman编码,实现对文件(如文本文件)的压缩和解压。压缩后生成二进制文件。压缩效率高。C++版数据结构与算法的典型应用。-By Huffman coding, to achieve the file (such as a text file) of the compression and decompression. Compressed binary file generated. Compression efficiency.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:509267
    • 提供者:canyue
  1. 1

    0下载:
  2. 关于PSO优化后文本聚类的算法--MATLAB-Text on the PSO clustering algorithm optimized- MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1170
    • 提供者:张奇
  1. Chinese-text-categorization-Study

    1下载:
  2. 本文通过对Bayes、KNN、SVM 应用于中文文本分类进行比较实验研究。 应用ICTCLAS 对中文文档进行分词,在大维数,多数据情况下应用TFIDF 进行 特征选择,并同时利用它实现了对特征项进行加权处理,使文本库中的每个文本 具有统一的、可处理的结构模型。然后通过三类分类算法实现了对权值数据进行 训练和分类。-Based on the Bayes, KNN, SVM applied to compare the Chinese text ca
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:442391
    • 提供者:wulili
  1. Kmeans

    0下载:
  2. K-means算法实现文本聚类,Java实现的版本-K-means algorithm for text clustering
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:15650
    • 提供者:zhaoliyong
  1. Bayes-KNN

    0下载:
  2. 基于贝叶斯-KNN文本分类算法的设计与实现。 是贝叶斯和KNN两种分类算法的结合。-Bayesian-KNN text categorization algorithm design and implementation. Bayes and KNN is a combination of two kinds of classification algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:208790
    • 提供者:晨曦
  1. FCM

    0下载:
  2. 基于遗传FCM算法的文本聚类,FCM算法运用到文本中-Based on genetic FCM clustering algorithm, FCM algorithm is applied to the text
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:609058
    • 提供者:peter
  1. knn

    0下载:
  2. 简单的 knn 文本算法 ,用于中文文本分类,比较方便的方法!-Simple text knn algorithm for Chinese text classification, more convenient way!
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8022
    • 提供者:hu
  1. 随机森林文本分类

    0下载:
  2. 利用随机森林的方法实现对文本的分类,基于算法,可以下载运行
  3. 所属分类:matlab例程

  1. LSB

    0下载:
  2. MATLAB实现的空域LSB算法,可输入密钥加密文本信息,有较好的交互界面(MATLAB implementation of the airspace LSB algorithm, you can enter key encryption, text information, there is a better interactive interface)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:81920
    • 提供者:widiot
« 1 23 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com