DSWoK — Data Science Well of Knowledge
Search
Search
Dark mode
Light mode
Explorer
#embeddings
6 notes
· co-occurs with
5 tags
· last updated
May 18, 2026
Co-tags
#
nlp
4
#
algorithm
3
#
recsys
2
#
concept
2
#
architecture
1
Notes tagged
#embeddings
01
Negative sampling
Negative sampling trains a model by contrasting each observed positive with a small set of sampled alternatives instead of every item in the catalog.
May 18, 2026
Deep Learning
02
Two-tower
Two-tower architecture is a neural network approach used in recommendation systems for candidate generation and retrieval.
May 18, 2026
Deep Learning
03
GloVe
GloVe (Global Vectors for Word Representation) is a word embedding technique developed in 2014.
May 18, 2026
NLP
04
Word Embeddings
Word embedding is a representation of a word, usually with a vector of values.
May 18, 2026
NLP
05
Word2Vec
Word2Vec is a approach for learning word embeddings.
May 18, 2026
NLP
06
fastText
fastText is a library for efficient text classification and word representation learning by Facebook.
May 18, 2026
NLP