python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
By what criteria do we find out that fasttext unsupervised is well trained?
I want to train unsupervised fasttext for word representation. To do this, I have install fasttext from official website, I read the word representation page, and I used model = fasttext.train_unsuper...

Pouria Parhami
Votes: 0
Answers: 1
Multioutput Classification model with FastText supervised classifier
Is there any way I can create a multioutput model with the fasttext python client and the sklearn MultiOutputClassifier object? I have multiple training datasets for each of the target columns. The ex...
Martin Mashalov
Votes: 0
Answers: 0
Fasttext model representations for numbers
I would like to create a fasttext model for numbers. Is this a good approach?
Use Case:
I have a given number set of about 100.000 integer invoice-numbers.
Our OCR sometimes creates false invoice-numb...
AkionoWan
Votes: 0
Answers: 1