Y
Hacker News
new
|
ask
|
show
|
jobs
by
rytill
478 days ago
When and how would one use binary vectors for encoding in ML? Do you have to make your model work natively with binary vectors or is there a translation step between float and binary vectors to make it compatible?
1 comments
PhilippGille
478 days ago
You can quantize an embedding:
https://zilliz.com/learn/what-are-binary-vector-embedding#Ho...
link