Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.04 KB

The Implicit Bias of Gradient Descent on Separable Data

PyTorch implementation of the empirical results described in "The Implicit Bias of Gradient Descent on Separable Data" (ICLR-2018) by Daniel Soudry, Elad Hoffer, Mor Shpigel Nacson, Suriya Gunasekar, Nathan Srebro.

@inproceedings{
soudry2018the,
title={The Implicit Bias of Gradient Descent on Separable Data},
author={Daniel Soudry and Elad Hoffer and Nathan Srebro},
booktitle={International Conference on Learning Representations},
year={2018},
url={https://openreview.net/forum?id=r1q7n9gAb},
}

Running Resnet44-cifar10 example

To get the relevant figures simply run

python main.py --save maxmargin_results

Dependencies

Data

  • Configure your dataset path at data.py.