How to install the Armadillo library
Why use the Armadillo library? I am currently facing a challenge that involves building, from scratch, a C++ code that implements the KNN algorithm along with the LBP feature extractor. During dev...
Why use the Armadillo library? I am currently facing a challenge that involves building, from scratch, a C++ code that implements the KNN algorithm along with the LBP feature extractor. During dev...
What is this plugin for? This plugin converts Obsidian Markdown into a format compatible with platforms like Jekyll and Docusaurus. This is necessary because the formatting and usage of Markdown...
Why Build a Library for a Search Engine? I’m building this library to be used in search engine studies, in small to medium-scale contexts, and to provide an open-source tool where various develope...
Welcome to my blog! This space is where I’ll be sharing my ideas, thoughts, and work on various topics related to Computer Science, technology, and much more. It serves as a platform for me to exp...
This post shares insights and download for my undergraduate thesis (TCC). My work focused on concept drift, where we explored the use of dissimilarity-based classifiers to tackle challenges in dyna...
The Liga de IA is an academic league dedicated to artificial intelligence. Our main activities include conducting research, developing innovative projects, and participating in Kaggle competitions....
This project focuses on developing a library to implement search engines. The core of the project is built using C++, with additional components in Python and Cython for flexibility and performance...
This project explores the development of a True Quantum Random Number Generator, leveraging the inherent randomness of radioactive decay to produce truly random numbers. Unlike pseudo-random number...