Srikanth Pagadala

Your First Neural Network from Scratch

04 Feb 2017

In this project, we will build a neural network from scratch to carry out a prediction problem on a real dataset! By building a neural network from the ground up, we will have a much better understanding of gradient descent, backpropagation, and other concepts that are important.

The data comes from the UCI Machine Learning Database.

Source Code

Report