Tutorials and implementations for "Self-normalizing networks"(SNNs) as suggested by Klambauer et al. (arXiv pre-print).
- Python 3.5 and Tensorflow 1.1
- Multilayer Perceptron (notebook)
- Convolutional Neural Network on MNIST (notebook)
- Convolutional Neural Network on CIFAR10 (notebook)
- How to obtain the SELU parameters alpha and lambda for arbitrary fixed points (notebook)
are provided as code chunks here: selu.py
are provided here: Figure1
are provided as mathematica notebooks here: