Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.03 KB

readme.md

File metadata and controls

33 lines (27 loc) · 1.03 KB

The goal of this code is to help you understand the architecture of NN, Forward Propagation and Backward Propagation procedure more clearly.

Environment

macOS 10.13.6
python 3.5.6

Command for showing dataset

python3 implement_NN.py --show=True

Command for training & testing model

python3 implement_NN.py --train=True

Requirements.txt

numpy==1.15.0
scikit-learn==0.19.2
matplotlib==3.0.0

Command for install

pip3 install -r requirements.txt