Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fasttext

Fasttext 0.9.2 - Recall Is 'nan' But Precision Is A Number

I trained a supervised model in FastText using the Python interface and I'm getting weird resul… Read more Fasttext 0.9.2 - Recall Is 'nan' But Precision Is A Number

Gensim Fasttext Cannot Get Latest Training Loss

Problem description It seems that the get_latest_training_loss function in fasttext returns only 0.… Read more Gensim Fasttext Cannot Get Latest Training Loss

How To Find Similar Words With Fasttext?

I am playing around with FastText, https://pypi.python.org/pypi/fasttext,which is quite similar to … Read more How To Find Similar Words With Fasttext?

Difference Between Max Length Of Word Ngrams And Size Of Context Window

In the description of the fasttext library for python https://github.com/facebookresearch/fastText/… Read more Difference Between Max Length Of Word Ngrams And Size Of Context Window