Skip to content

BaoWangMath/LaplacianSmoothing-GradientDescent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaplacianSmoothing-GradientDescent

Code for the paper: https://arxiv.org/abs/1806.06317

Quadratic-Function

This directory contains the LS-GD code for quadratic function

  • Usage: python LSGD.py [-n 100] [-sigma 10] [-order 2]

Small-BatchSize

This directory contains the LS-GD code for training LeNet on MNIST data with small batch size

ResNet

This directory contains the LS-GD code for training ResNet

Tensorflow-LSSGD

This directory contains the tensorflow implementation of LS-SGD

Dependence

https://github.com/locuslab/pytorch_fft

PyTorch version <= 0.3.0

About

The code for the paper: https://arxiv.org/abs/1806.06317

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages