搜索资源列表
sckr2013_final
- 基于Word2vec的词语相似度计算,包含完整的java代码,但语料由Word2vec训练得到的模型太大,故不附带模型。-Word2vec-based word similarity computation, including complete java code, but by the Word2vec training corpus resulting model is too large, it is not included
word2vec
- word2vec to compute the similarity of word s,very effcient,when you want to know how closed two word ,you should try it
word2vec-source
- word2vec是Google开源的一款处理自然语言的工具。-word2vec is a tool Google open source natural language processing
word2vec
- word2vec 的java实现,可以用于 关联和推荐。-word2vec achieve the java can be used to correlate and recommendations.
word2vec
- google开源工具,实现深度学习,相关词发现-word2vec source
word2vec
- word2vec:谷歌的开源项目,实现从词语到向量的转换(word to vector),Linux系统下运行,需要较大规模的语料资源用作训练才能体现出很好的效果(中英文均可),并且可以实现测量两个词语之间的距离(cos值表示),词语聚类等。-word2vec: Google' s open-source projects, a word-to-vector conversion (word to vector) running
word2vec
- word2vec模型源代码,实现分词及词向量的n维空间模型表示等功能-Word2vec model source code, the realization of the space of n-dimensional model of segmentation and word vector representation
Word2VEC_java-master
- 谷歌开源的计算词语相似度的源码,word2vec-compue the similarity of words
Word2VEC_java-master
- word2vec的相关代码,之前自己学习的时候找到的资料-something about the word2vec
word2vec
- word2vec 实现词向量生成,用于自然语言分析,数据挖掘,人工智能等-word2vec achieve word vector generation for natural language analysis, data mining and artificial intelligence. . . . .
Word2VEC
- 从Word2vec训练好的语料中提取余弦距离-The cosine distance is extracted the corpus of Word2vec training.
word2vec-master
- word2vec是一款很不错的词向量的工具包!-word2vec is a key toolbox
word2vec
- word2vec的原理资料,从基础的知识到最后的实现。-Word2vec principle of information, the basic knowledge to the final realization
word2vec
- word2vec源码 Word2vec 是 Google 开发的一款将词表征为实数值向量的高效工具-word2vec source
MyWord2VEC_java_eclipse
- a basic java program to describe how to use the algorithm of word2vec
word2vec
- 可将单词嵌入到低维向量空间,以进一步做分析处理。(embedding words in low-dimensional vector space for efficient analysis.)
pyword2vec-master
- 通过word2vec词向量进行词向量的训练,匹配相识度(Word2vec word vector is used to train the word vector and match acquaintance degree)
word2vec
- word2vec本质上来说就是一个矩阵分解的模型,简单地说,矩阵刻画了每个词和其上下文的词的集合的相关情况。对这个矩阵进行分解,只取每个词对应在隐含空间的向量。(Word2vec is essentially a model of matrix decomposition. In a simple way, matrices characterize the set of words in each word and its conte
word2vec
- 深度学习方向当下如火如荼,就差跑进楼下大*聊天内容了。深度学习的宝藏很多,一个小领域的一段小代码,都可以发出璀璨的光芒。如果你也刚刚踏入这方向,一开始难免有一些彷徨,但慢慢会有,清晨入古寺 初日照高林,那种博大的体验。 word2vec就是这样的一小段代码,如果你对word2vec的代码了如指掌,那你可以直接return。这是一篇关于word2vec介绍的文章,读完以后你会欣喜的发现自己会灵活的使用word2vec,但你也可能会
Word2VEC_java-master
- word2vec包含训练模型,聚类,可以结合ansj分词使用(Word2vec contains training models, and clustering can be combined with ansj participle.)