In this project, build a neural network from scratch to carry out a prediction problem on a real dataset! Built a neural network from the ground up. Implemented gradient descent, backpropagation, forwardpropogation and other concepts. by using tools such as Tensorflow, numpy, pandas and jupyter notebook.
The data comes from the UCI Machine Learning Database.
cd into the first-neural-network directory.
Create a new conda environment:
conda create --name dlnd python=3
Mac/Linux: >> source activate dlnd Windows: >> activate dlnd
conda install numpy matplotlib pandas jupyter notebook
jupyter notebook dlnd-your-first-neural-network.ipynb