Wake-Word Detection for your AI robot: A Step-by-Step Guide
Jan 8, 2025
Learn how to build a wake-word detection system for your devices, exploiting NLP and AI. Understand the key concepts, training process and its application in robotics.
Join thousands of readers and get the best content delivered directly to your inbox.
Get a list of personally curated and freely accessible ML, NLP, and computer vision resources for FREE on newsletter sign-up.
Jan 8, 2025
Learn how to build a wake-word detection system for your devices, exploiting NLP and AI. Understand the key concepts, training process and its application in robotics.
Nov 8, 2024
Learn how flow matching generates continuous data, such as robot actions, by denoising samples drawn from a simple noise distribution. Understand the key concepts, training process, and application in robotics.
Oct 26, 2024
A comprehensive guide to understanding and implementing Graph SLAM, covering theoretical foundations, mathematical principles, and practical implementation with real-world examples.
Oct 20, 2024
A deep dive into Quadratic Programming, covering theory, applications, and solution methods with practical examples.
Oct 15, 2024
An exploration of line search methods for solving unconstrained optimization problems, including their implementation and convergence properties.
Sep 22, 2024
A comprehensive guide to seamlessly integrating custom C++ libraries with ROS 2 for enhanced robot capabilities.
Jul 15, 2024
Exploring my experience with Dynamis PRC in Formula Student, including the exciting world of autonomous racing.
Jun 21, 2024
Exploring the exciting world of autonomous racing through PoliMove's participation in A2RL and the advancements in autonomous vehicle technology.
Jun 19, 2024
Exploring an optimal control system using Model Predictive Control for autonomous vehicle navigation in dynamic traffic.
Apr 22, 2024
A comprehensive guide to writing effective unit tests for robotic software components, with practical examples and best practices in C++.
Feb 25, 2024
Dive deep into the world of concurrent programming in C++ for robotics. Explore threading, synchronization techniques, and strategies for creating efficient multi-threaded robotic systems. Learn how to leverage mutexes, condition variables, and atomic operations to build responsive and robust robots.
Feb 20, 2024
Explore the intricacies of memory management in C++ with a focus on robotics applications. Learn about RAII, smart pointers, and best practices to write efficient and robust code while avoiding common memory-related pitfalls.
Feb 15, 2024
Explore key features introduced in C++17 and C++20 that are particularly relevant for robotics development. Learn about structured bindings, concepts, ranges, coroutines, and more to enhance your C++ coding in robotics projects.
Jan 19, 2024
An overview of the autonomous driving modules in the Dynamis PRC Formula Student car.