Ten Years Later: Rebuilding My 2016 Neural Network in Nx and Axon
In 2016 I hand-derived the gradient for a single neuron in NumPy. Ten years later I rebuilt the same network in Nx and Axon, and the math I sweated over is now one function call.
Tagged
5 posts
In 2016 I hand-derived the gradient for a single neuron in NumPy. Ten years later I rebuilt the same network in Nx and Axon, and the math I sweated over is now one function call.
A series focused on presenting Neural Networks and the related concepts in layman's terms, that is to say without specialized knowledge in math or machine learning.
A series focused on presenting Neural Networks and the related concepts in layman's terms, that is to say without specialized knowledge in math or machine learning.
A series focused on presenting Neural Networks and the related concepts in layman's terms, that is to say without specialized knowledge in math or machine learning.
A simple neural network implementation in python with numpy