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
Next Steps
The first step is to define the pattern that we seek to classify.