Comment on Show HN: A GPU-accelerated binary vector indexComments−rytill1yWhen 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?−PhilippGille1yYou can quantize an embedding: https://zilliz.com/learn/what-are-binary-vector-embedding#Ho...
Comments
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...