difference between embedding matrix and embedding variable
Answers
Answered by
1
Answer:
Embedding matrix is a linear mapping from the original space to areal valued space where entities can have meaningful relationships.
An embedding is a mapping of a discreat - categorial - variable to a vector of continuous numbers. In the context of neural networks, embeddings are low dimensional, learned continuous vector representatives of discreat variables.
Similar questions