Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
-
Updated
Oct 26, 2019 - 374 commits
- Python

We currently support reading FastText models from Facebook's format. The gensim.models._fasttext_bin does this.
This enables people to use gensim with a model that was trained using Facebook's binaries.
Sometimes, people want things to work the other way: they start with gensim, train a model, and then