This repository contains a notebook to build a basic neural network from scratch using python. It also applies the neural network to solve a non-linear problem from the Scikit-learn package's make_moons function.
- Python 3+
- Jupyter Notebook
- NumPy, Pandas, Matplotlib, Scikit-learn
DL4D by John Paul Mueller and Luca Massaron