├── AdamW.py ├── README.md ├── SGDW.py └── demo_fashion_mnist.ipynb /AdamW.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaoanlu/AdamW-and-SGDW/HEAD/AdamW.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaoanlu/AdamW-and-SGDW/HEAD/README.md -------------------------------------------------------------------------------- /SGDW.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaoanlu/AdamW-and-SGDW/HEAD/SGDW.py -------------------------------------------------------------------------------- /demo_fashion_mnist.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaoanlu/AdamW-and-SGDW/HEAD/demo_fashion_mnist.ipynb --------------------------------------------------------------------------------