Learn Before
Concept

Fasttext

  • Fasttext addresses the issues associated with word2vec .
  • Word2vec is not good on words not seen during the training phase.
  • Word2vec also fails when the words are too sparse.
  • Fasttext uses subword model to address the problems associated with word2vec.

0

1

Updated 2021-10-17

Tags

Data Science

Related