Skip to content

Online learning and hashing trick

Pre-release
Pre-release
Compare
Choose a tag to compare
@giacbrd giacbrd released this 30 Dec 17:09
· 15 commits to master since this release
  • Online learning and better pre-training in GensimFastTex:
    • Hashing trick for building the vocabulary, similar to the original fastText approach
    • It is possible to pre-fit word embeddings from a dataset with word2vec
    • True online earning with partial_fit, the vocabulary is incrementally updated
  • New version of fastText.py: 0.8.2
  • New version of Gensim: 0.13.4
  • Fixed predict_proba output format