RubyGems Navigation menu

glove 0.1.1

GloVe is an unsupervised learning algorithm for obtaining vector representations for words. Training is performed on aggregated global word-word co-occurrence statistics from a corpus, and the resulting representations showcase interesting linear substructures of the word vector space. This is a pure Ruby implementation of GloVe utilizing GSL.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.1.1 - April 04, 2015 (61.0 KB)

Runtime 相依性套件 (3):

fast-stemmer ~> 1.0
parallel ~> 1.3
rb-gsl ~> 1.16

Development 相依性套件 (3):

bundler ~> 1.7
rake ~> 10.0
rspec ~> 3.1

擁有者:

作者:

  • Veselin Vasilev

SHA 256 checksum:

8d9ac6090daa99211b55fe9508855dd637be73d40599de742a7c966d1593cdb0

總下載次數 3,280

這個版本 3,280

License:

MIT

Ruby 版本需求: >= 0

相關連結: