An experiment about re-implementing supervised learning models based on shallow neural network approaches (e.g. fastText) with some additional exclusive features and nice API. Written in Python and fully compatible with Scikit-learn.
Given a training set, it is possible to train the word embeddings (unsupervised) first, and then doing the label learning. It is similar to pass a pre-trained model, but more transparent
Given a training set, it is possible to train the word embeddings (unsupervised) first, and then doing the label learning. It is similar to pass a pre-trained model, but more transparent