Tutorials and implementations for "Self-normalizing networks"(SNNs) as suggested by Klambauer et al. (arXiv pre-print).
- Tutorials: Python 3.5. and Tensorflow 1.1.
- Basic python functions: Python 3.5. and Tensorflow 1.1.
- Other: Python 3.5. and Tensorflow 0.11
- Obtain the SELU parameters alpha and lambda for arbitrary fixed points (notebook)
are provided as code chunks here: selu.py
Under preparation.