Skip to content

haoxuhao/nn-numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network in pure Numpy

Implemented a fully connected neural network in pure NumPy and compared the performance with Pytorch on the Iris and MNIST dataset.

Run

# use nn implemented here
python train.py

# use nn in pytorch
python pytorch_train.py

Accuracy

nn-numpy nn-pytorch
Iris 0.978 0.956
MNIST 0.943 0.974

About

Neural network in pure numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages