Hacker News new | ask | show | jobs
by _ce5e 453 days ago
Fully agree! 3blue1brown is who have single-handedly thought me a majority of what I've needed to know about it.

I actually started building my own neural network framework last week in C++! It's a great way to delve into the details of how they work. It currently supports only dense MLP's, but does so quite well, and work is underway for convolutional layers and pooling layers on a separate branch.

https://github.com/perkele1989/prkl-ann