/maxout-pytorch

notebook demonstrating a maxout net on MNIST

Primary LanguageJupyter Notebook

maxout-pytorch

This is an implementation of a Maxout Network (https://arxiv.org/abs/1302.4389) in Pytorch on MNIST and benchmarked against a standard ReLU net.

See the notebook for more details :)