Aleksandr Novikovnovikov.hashnode.dev·Mar 10, 2024Transcript and slidesHow To Catch Graphs With Linked Lists And Generics It’s great to be with you today. I’m Alexander Novikov. I’ve been fascinated by graphs for many years. They say you can picture anything as a graph. I took this phrase literally. I work on a databas...Discussmultimodal graph
Aleksandr Novikovnovikov.hashnode.dev·Dec 12, 2023Frame subtractionIf a pixel is very similar to itself on the previous frame, it's painted black. This produces nice outlines. Hrer is my hand moving. It is desirable to capture other moving pixels.Discussmultimodal graph
Aleksandr Novikovnovikov.hashnode.dev·Dec 12, 2023FlickeringI'm experimenting with video convolution and trying to figure out how to to put it all into an index. Flikering is disturbing right now. Even if no movement captured the light plays its tricks.Discussmultimodal graph
Aleksandr Novikovnovikov.hashnode.dev·Dec 2, 2023Multidimentional spaceOne graph vertex with, say, 200 edges is a dot in 200-dimentional space with value 1 in all those dimentions. How would you interpret adjacent vertices? A graph can be viewed as an area in a multidimentional space. In the vast magnitude of possible c...Discussmultimodal graph
Aleksandr Novikovnovikov.hashnode.dev·Nov 23, 2023Vosk and ScalaVosk 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 testing it. I added two dependencies into my SBT project definition as it is suggested in the documen...DiscussVosk
Aleksandr Novikovnovikov.hashnode.dev·Nov 20, 2023Higher-Kinded GraphsWell, this term "higher-kinded" is well known in FP-community. I don't like introducing confusion, but higher-kinded graphs have something in common with higher-kinded types. If you judge I'm trying to seem smart without having a good grasp in type t...Discussmultimodal graph
Aleksandr Novikovnovikov.hashnode.dev·Nov 3, 2023Background subtractionOn my quest for meaning in visual modality I compared three frames of a video clip. If the colour of a dot hasn't changed much it becomes green. YouTubeDiscussmultimodal graph
Aleksandr Novikovnovikov.hashnode.dev·Nov 1, 2023Dense GraphsWhen dealing with word representations in a graph it became obvious that practically everything gets connected to everything. Each letter gets connected to each possible letter that followed it at least once. Such a dense structure imposes its limita...Discussgraph database