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:
=

install:
=

Versions:

  1. 0.1.1 April 04, 2015 (61 KB)

Runtime Dependencies (3):

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

Development Dependencies (3):

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

Owners:

Authors:

  • Veselin Vasilev

SHA 256 checksum:

=

Total downloads 3,459

For this version 3,459

Version Released:

License:

MIT

Required Ruby Version: >= 0

Links: