Writing an Artificial General Intelligence from scratch

In this video we’re implementing a feed forward neutral network that is able to discern handwritten digits in vanilla Python and the code is found here: If you want to go a deeper - pun intended - then more of the material on deep learning and is found here: # deep learning book # mnist data set
Back to Top