This project implements GPU-accelerated object detection for balls and books using feature matching techniques instead of neural networks. The system leverages: ...
A hands-on learning journey implementing neural networks from scratch, progressing from pure Python to GPU-accelerated CUDA kernels for MNIST digit classification.