Skip to content

orian/torch-mnist-batch-normalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torch-mnist-batch-normalization

Torch7 batch normalization example on MNIST dataset

I use torch7 to test the techniq from the Batch Normalization paper, section 4.1.

The main difference is the data, MNIST dataset I use has pictures of size 32x32px.

Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift by Sergey Ioffe, Christian Szegedy (11 Feb 2015) http://arxiv.org/abs/1502.03167

Example results

About

Torch7 batch normalization example on MNIST dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages