Summary of what I’ve done with Fasttext to the document classification problem.
- Facebook research has published a document classification library using Fasttext.
- Fasttext is easy to install in a python environment.
- Run time is fast.
Preliminaries
I decided to tackle the task of document classification, and initially thought.
NeuralClassifier: An Open-source Neural Hierarchical Multi-label Text Classification Toolkit
NeuralClassifier: An Open-source Neural Hierarchical Multi-label Text Classification Toolkit. However, it was not very accurate.
[Read More]