This article was written by Denny Britz. 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 I will try to give an intuitive explanation of what we are doing. I will also point to resources for you read up on the details.… Read More »Implementing a Neural Network from Scratch in Python – An Introduction