#binet
Read more stories on Hashnode
Articles with this tag
A quick note. Just not to forget. There is a way to improve the algorithm of deleting elements from a graph. Current problem is that a vertex may...
Vosk is a speech recognition toolkit. It can work offline. I thought it would be interesting to feed some text into a multimodal graph, so I started...
I started with the official site of OpenCV. https://opencv.org/get-started/ Then, I clicked on the link:...
The order of events was as follows. Graph storage was implemented in Scala. Textual modality was modeled in the graph storage. Visual modality was...
When dealing with word representations in a graph it became obvious that practically everything gets connected to everything. Each letter gets...
Any modality starts with simple codes. Text modality starts with one-character word codes. Visual modality starts with position codes. Let's have a...