Skip to content

mostafaelaraby/Numpy-MLP-MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numpy-MLP-MNIST

Mnist MLP using Numpy

The aim of this notebook is to write forward and backward propagation using numpy to learn more about the gradients computation. The notebook is well documented

Mnist Convnet Pytorch

using the same Mnist dataset we create a simple convnet showing the difference between the MLP model performance and the convnet which is better

TODO

  • try to make a simple convnet using numpy
  • adding momentum in the update step
  • trying to implement other optimizers using numpy

About

an mlp model made using numpy for learning purposes on MNIST dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors