Show HN: Richard – A CNN written in C++ and Vulkan (no ML or math libs)
Richard is a new command-line application for performing classification using a neural network, written entirely in C++ and Vulkan. It supports dense and convolutional layers, with GPU acceleration via Vulkan compute shaders. The project also includes profiling tools for performance analysis. AI
IMPACT Provides a low-level, custom implementation for ML classification, potentially useful for developers seeking fine-grained control or learning purposes.