|
|
|
|
|
by ryohkyo
1717 days ago
|
|
Having written some genetic algorithms and stored the chromosomes, which can be a representation of vectors in any type of database, I find this interesting and will some of them a try. Please correct me if I am wrong, with genetic algorithm, DL, etc. The vector embedding happen on the software layer (inside the network). I imagine it would be somewhat tricky to separate the vector embedding and put it inside a vector database. It could also be a performance hit during the training process. |
|
An example in NLP world is BERT-like NNs, that allow you to embed your text into a dense vector representation.