The goal of this code is to help you understand the architecture of NN, Forward Propagation and Backward Propagation procedure more clearly.
- The concept of NN was discussed in week4 and week5.
- The step-by-step tutorial is available.
macOS 10.13.6
python 3.5.6
python3 implement_NN.py --show=True
python3 implement_NN.py --train=True
numpy==1.15.0
scikit-learn==0.19.2
matplotlib==3.0.0
Command for install
pip3 install -r requirements.txt