Skip to content

YapWH1208/Neural-network-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Neural-network-from-scratch

Neural Network Toolkit from scratch

Libraries Used

  • Numpy
  • Matplotlib
  • Pandas

Demo

git clone https://github.com/YapWH1208/Neural-network-from-scratch.git
cd Neural-network-from-scratch
python demo.py

Reminder

  • Change the filepath in demo.py or demo_with_predicting.py
  • The training epochs can also be tune in the code
  • Only CPU training. GPU not allowed