├── README.md ├── accumulator.py ├── concept.png ├── dropmax_poster.pdf ├── layers.py ├── lenet.py ├── mnist.py ├── run.py └── run.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/dropmax/HEAD/README.md -------------------------------------------------------------------------------- /accumulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/dropmax/HEAD/accumulator.py -------------------------------------------------------------------------------- /concept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/dropmax/HEAD/concept.png -------------------------------------------------------------------------------- /dropmax_poster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/dropmax/HEAD/dropmax_poster.pdf -------------------------------------------------------------------------------- /layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/dropmax/HEAD/layers.py -------------------------------------------------------------------------------- /lenet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/dropmax/HEAD/lenet.py -------------------------------------------------------------------------------- /mnist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/dropmax/HEAD/mnist.py -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/dropmax/HEAD/run.py -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/dropmax/HEAD/run.sh --------------------------------------------------------------------------------