Building a Vocabulary for NLP in Modern C++
Author(s): Luiz doleron | Luiz d’Oleron Originally published on Towards AI. Building a vocabulary from a mass of text is one of the first steps in every NLP pipeline. This can be easily achieved if the amount of data is small. If …
Implementing Tensor Contractions in Modern C++
Author(s): Luiz doleron | Luiz d’Oleron Originally published on Towards AI. Tensor contractions are of fundamental importance in modern artificial intelligence systems, playing a central role in the computation performed by the underlying linear algebra engines. Despite its relevance, there are only …
Custom dataset with Hailo AI Hat, Yolo, Raspberry PI 5, and Docker
Author(s): Luiz doleron | Luiz d’Oleron Originally published on Towards AI. The Hailo AI Hat Depending on your setup, running Yolo on the RPI 5 CPU provides 1.5 to 8 frames per second (FPS). Even though this performance is impressive for a …