Hello World from OSS Silicon Valley


Overall/Word2Vec

  • The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
  • Go to Overall/Word2Vec.

#contents

*Overall Feature [#v2933fe5]
>Word2vec is a group of related models that are used to produce word embeddings. These models are shallow, two-layer neural networks that are trained to reconstruct linguistic contexts of words. Word2vec takes as its input a large corpus of text and produces a vector space, typically of several hundred dimensions, with each unique word in the corpus being assigned a corresponding vector in the space. Word vectors are positioned in the vector space such that words that share common contexts in the corpus are located in close proximity to one another in the space.
<
RIGHT:
cited from [[Wikipedia - Word2Vec:https://en.wikipedia.org/wiki/Word2vec]]


*Specification [#e7dffe06]
|LEFT:100|LEFT:200|c
|CENTER:ITEM|CENTER:DESCRIPTION|h
|Main Developer|xxx|
|License|Apache License 2.0|
|OS|xxx|
|Written In|xxx|
|Official Site|https://code.google.com/archive/p/word2vec/|


*HowToUse [#m63a163a]
#ls2(HowToUse/Word2Vec/)

*Author [#a00af641]
S.Yatsuzuka