Comment by rytill
3 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?
3 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?
You can quantize an embedding: https://zilliz.com/learn/what-are-binary-vector-embedding#Ho...