Home

Awesome

What's this

Implementation of PReLUNet by chainer

Dependencies

git clone https://github.com/nutszebra/prelu_net.git
cd prelu_net
git submodule init
git submodule update

How to run

python main.py -g 0

Details about my implementation

All hyperparameters and network architecture are the same as in [1] except for some parts.

Cifar10 result

networktotal accuracy (%)
my implementation(model A)94.98
<img src="https://github.com/nutszebra/prelu_net/blob/master/loss.jpg" alt="loss" title="loss"> <img src="https://github.com/nutszebra/prelu_net/blob/master/accuracy.jpg" alt="total accuracy" title="total accuracy">

References

Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification [1]