Skip to content

Quasi-stable models

Pre-release
Pre-release
Compare
Choose a tag to compare
@giacbrd giacbrd released this 27 Oct 23:50
· 102 commits to master since this release
  • FastText classifier based on version 0.8.0 of https://github.com/salestock/fastText.py
  • GensimFastText has now:
    • negative sampling
    • softmax as alternative output function
    • almost complete LabeledWord2Vec as subclass of Gensim's Word2Vec
  • More tests