Skip to content

It's a demonstration for implementing NN without using any deep learning library.

Notifications You must be signed in to change notification settings

Amber0914/NN_without_libraries

Repository files navigation

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

About

It's a demonstration for implementing NN without using any deep learning library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages