Implementing a Neural Network from Scratch in Python – An Introduction | Best | Scoop.it

In this post we will implement a simple 3-layer neural network from scratch. We won’t derive all the math that’s required, but we will try to give an intuitive explanation of what we are doing.

 

Learners should be familiar with basic Calculus and Machine Learning concepts, e.g. know what a classification and a regularization is. Ideally students should also know a bit about how optimization techniques like gradient descent work.


Via Eric Feuilleaubois