bmschmidt / wordVectors

An R package for creating and exploring word2vec and other word embedding models
Other
280 stars 78 forks source link

Add function to 'improve' models #28

Closed bmschmidt closed 7 years ago

bmschmidt commented 7 years ago

This article spells out a pretty simple pair of tricks that supposedly makes pre-trained embeddings perform better on most benchmarks. I've implemented it in R, but don't have the benchmarks locally to be sure it's useful. I will try to bundle it up into this package at some point.

bmschmidt commented 7 years ago

Added on dev