How does FastText classifier work under the hood?

When linear models outperform complex deep learning models FastText, by Facebook Research, is a library for efficient learning of word representations and text classification. FastText supports supervised (classifications) and unsupervised (embedding) representations of words and sentences. However, the documentation of the FastText package doesn’t provide details about the implemented classifier and processing steps. Here we try … Continue reading How does FastText classifier work under the hood?