Learn Before
Concept
Algorithms used in word embedding
- 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.
- 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
Updated 2025-08-29
Tags
Data Science