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

搜索资源列表

  1. 新建 Microsoft Word 文档 (4)

    0下载:
  2. 模糊聚类分析算法fuzzy_k_means,主要用于数据挖掘领域.-fuzzy clustering algorithm fuzzy_k_means, mainly for data mining areas.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:3221
    • 提供者:许朝
  1. lingpipe-3.6.0

    3下载:
  2. 一个自然语言处理的Java开源工具包。LingPipe目前已有很丰富的功能,包括主题分类(Top Classification)、命名实体识别(Named Entity Recognition)、词性标注(Part-of Speech Tagging)、句题检测(Sentence Detection)、查询拼写检查(Query Spell Checking)、兴趣短语检测(Interseting Phrase Detection)、聚类(Clustering)、字符语言建模(Character
  3. 所属分类:Java Develop

    • 发布日期:2014-12-05
    • 文件大小:4669384
    • 提供者:张国栋
  1. text-data-mining

    0下载:
  2. 此程序实现了如何在TXT或WORD文档中进行数据挖掘,在文本中提取有用信息-The realization of this procedure how to TXT or WORD document to carry out data mining, in the text to extract useful information
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:384407
    • 提供者:sam
  1. Language_model_learning_in_English

    0下载:
  2. state of art language modeling methods: An Empirical Study of Smoothing Techniques for Language Modeling.pdf BLEU, a Method for Automatic Evaluation of Machine Translation.pdf Class-based n-gram models of natural language.pdf Distributed Lang
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-07
    • 文件大小:2016169
    • 提供者:wen6860
  1. julei

    0下载:
  2. 聚类的资料 word版 包含很多算法源代码-Clustering data word version of the source code contains many algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:15937
    • 提供者:刘瑶
  1. clustering

    0下载:
  2. 关于聚类的几个算法,在做方字识别时用到过-With regard to clustering of several algorithms, in word recognition, when used to do that too
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:49774
    • 提供者:胡刚
  1. textcluster

    2下载:
  2. java文本聚类程序代码文件,实现文本聚类功能,分词。-text clustering java code files to achieve text clustering features, sub-word.
  3. 所属分类:Java Develop

    • 发布日期:2016-11-08
    • 文件大小:8705
    • 提供者:wang
  1. File22

    0下载:
  2. 基于关键词的Web文档自动分类算法研究,文档关键词,语义相似度,聚类算法,知网,拓扑网络图,中文分词-Keyword-based Web Document Classification Algorithm, document keywords, semantic similarity, clustering algorithm, HowNet, topological network diagrams, Chinese word segmentation
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2123798
    • 提供者:王三
  1. KmeansVsAffinity

    0下载:
  2. MS WORD document describing & comparing k means clustering and affinity propagation
  3. 所属分类:Document

    • 发布日期:2017-05-02
    • 文件大小:524368
    • 提供者:Thams
  1. Bayes

    0下载:
  2. 用bayes实现的聚类算法,分词采用的是SharpICTCLAS分词系统 1.0-Achieved using bayes clustering algorithm, word segmentation is used SharpICTCLAS System 1.0
  3. 所属分类:.net

    • 发布日期:2017-06-01
    • 文件大小:13979515
    • 提供者:Fu
  1. Clustering-for-Chinese-Word-

    1下载:
  2. 这是关于谱聚类在汉字聚类领域应用的文章,谱聚类表现出比k-means更好的聚类效果。-This is the article on the spectral clustering in the field of Chinese characters clustering, spectral clustering performance better than the k-means clustering effect.
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:281419
    • 提供者:flint
  1. similarityCalculation

    1下载:
  2. 用c#方法描述了话题识别(话题跟踪与检测)的过程,主要是提取特征词、特征词词频计算、权重计算(tfidf方法),进行相似度计算,最后聚类-C# method describes the process of topic identification (topic tracking and detection), the word feature extraction, feature words word frequency calculation, weight to calculate me
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:3430
    • 提供者:dai
  1. stopword-list

    0下载:
  2. 在文本进行分类聚类之前,必须对文本进行预处理。预处理的第一步是分词,这中间需要去除停用词。这个文件就是停用词列表-Must preprocess the text before the text classification clustering. The first step in preprocessing is the word, the middle need to remove the stop words. This file is the stop word list
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1662
    • 提供者:吴志媛
  1. exp7

    0下载:
  2. LBG分类算法 用初始室心随机法和扰动因子分裂法两种方法,比较不同方法不同参数设置时的分类性能。 -LBG classification algorithm vector quantization: vector normalization within a certain range for a particular type, consists of two steps: first generate a codebook, which is the speech feature v
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:85620
    • 提供者:zzc
  1. textcluster

    0下载:
  2. 实现中文分词并聚类输出,分词算法是自己写的以空格分词,如果有需要高级的分词算法可自己下载相关算法-Realization of the Chinese word segmentation and clustering output
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:28317
    • 提供者:wangke
  1. k-and-isodata

    0下载:
  2. 模式训别的k均值算法和isodata聚类算法c++实现,程序有较清楚的注释,且有word文档说明程序是如何实现算法的,对于刚接触模式识别的程序具有很好的启发作用,不足之处是没有用mfc完成界面编程-Mode of training to achieve other k-means algorithm and isodata clustering algorithm c++, procedures clearer notes and word documents that the program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1074621
    • 提供者:kevin
  1. HTK-digital-SR-system-

    0下载:
  2. 该系统能够识别连续说出的数字串和若干组姓名。建模是针对子词(sub-word, eg. 音 素),具有一定的可扩充性。当加入一个新名字时,只需修改发音词典和任务语法即可。模 型为连续混合高斯输出,运用语音决策树聚类形成的绑定状态式三音素。-The system is able to recognize continuously spoken digit string and the number of groups name. Modeling is a sub-word (sub-wo
  3. 所属分类:Development Research

    • 发布日期:2017-11-20
    • 文件大小:172860
    • 提供者:yanyeguo
  1. BSAS_algorithm

    1下载:
  2. BSAS基本顺序算法,聚类算法中常见的一种,包含可以运行的matlab源程序和详细的word文字讲解。-A BSAS basic sequential algorithm, clustering algorithm, contains can run matlab source and detailed word text to explain.
  3. 所属分类:matlab

    • 发布日期:2014-10-18
    • 文件大小:1153024
    • 提供者:马尚
  1. textcluster

    0下载:
  2. Text Clustering, Kmeans Cluster Stop word Handler TermVector TFIDFMeasure Tokeniser
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7186
    • 提供者:Rajesh
  1. word2vec

    0下载:
  2. word2vec:谷歌的开源项目,实现从词语到向量的转换(word to vector),Linux系统下运行,需要较大规模的语料资源用作训练才能体现出很好的效果(中英文均可),并且可以实现测量两个词语之间的距离(cos值表示),词语聚类等。-word2vec: Google' s open-source projects, a word-to-vector conversion (word to vector) running under Linux system, requires
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:113327
    • 提供者:sherlydunn
« 12 »
搜珍网 www.dssz.com