= Word Embedding = A '''word embedding''' is a dimensional representation of words. The typical explanatory example is that a word embedding captures the relationships between words seen in an SAT analogy question. ''Man'' is to ''woman'' as ''king'' is to ''queen''. <> ---- == Data Structure == Rows are ''documents'' and columns are vectors. Inevitably this is a sparse matrix. ---- == Implementation == ---- CategoryRicottone