Skip to content

Mugariya/mlpr701

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

A stab at robustness through MadryLab's library.

The aim is to explore https://github.com/MadryLab/ robustness package. FashionMnist was added to the dataloaders, to be adv-trained and compared to the std-trained model accuracy.

CINIC was used as well. For both sets, the following 3 metrics were computed

  • Standard training of a model against the natural(original set) and then validated against an PGD adversary
  • PGD-trained model validated against the natural and the adversarial dataset
  • Standard model trained on Adversarial dataset, then validated aginst natural and adv dataset.

About

mlpr701

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.2%
  • Python 0.8%