Full-blown machine learning implementation coded in hard C++.
(I vibe-wrote comments.)
Shibam Roy
Check their projects out: NNFS - A Neural Network from scratch, Mizuha
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
After hours of research and coding, I was finally able to add backpropagation support and training
Made forward pass functionality + choosing different activation functions/loss functions. Also made base neural network and layer classes