Building a Simple Neural Network from Scratch

Overview


In order to demonstrate the basic implementation of a neural network , this example builds one from scratch using only a linear algebra library and a gradient descent library.

Video Demos


Video Demo
A full copy of the desktop used in this example can be found here:

full desktop

Next Steps


The first step is to define the pattern that we seek to classify.