|
|
|
|
|
by specproc
956 days ago
|
|
Your suggestion that embeddings are only meaningful to the (presumably generating) model isn't quite right. You can pass them through any suitable model you like (e.g. a logistic regression, kmeans) and get decent results. You couldn't do that with a hash, as far as I understand it, as hashing doesn't attempt to put similar things together -- quite the opposite. |
|