Y
Hacker News
new
|
ask
|
show
|
jobs
by
throw10920
665 days ago
You can apply statistical techniques to the
embeddings themselves
? How does that work?
1 comments
mkl
665 days ago
You can apply statistical techniques to anything you want. Embeddings are just vectors of numbers which capture some meaning, so statistical analysis of them will work fine.
link
throw10920
665 days ago
Don't most statistical techniques rely on specific structure in the spaces containing the objects they operate on, in order to be useful?
link
mkl
665 days ago
Embeddings have structure, or they wouldn't be very useful. E.g. cosine similarity works because (many) embeddings are designed to support it.
link
throw10920
665 days ago
Oh, that should have been obvious. Thank you for explaining.
link