Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 203 Bytes

File metadata and controls

4 lines (3 loc) · 203 Bytes

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 :)