Concept icon
Concept

Algorithms used in word embedding

  1. LSA based method. This kind of method is based on the intuition of SVD similar way. They try to do SVD on term-document matrices so that get the representation vectors.
  2. local context based method. This kind of method try to use the information gotten from the local context. e.g.Word2Vec,Glove(Glove is actually a combination of those two methods.)

0

1

Concept icon
Updated 2025-08-29

References


Tags

Data Science