Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 473 Bytes

VGG11-MNIST

Three notebooks are provided with the following details

  • VGG11 to train MNIST
  • VGG11 with l2 regularization
  • VGG11 with random rotations while training

Evaluations:

  • test accuracy vs the number of epochs
  • training accuracy vs the number of epochs
  • test loss vs the number of epochs
  • training loss vs the number of epochs
  • test accuracy vs the degree of rotation
  • test accuracy vs Gaussian blurring

Use google cloud (with gpu) to test the code.