Download Latest Version Keras Tutorial @ PyData Florence 2017.zip (31.3 MB)
Email in envelope

Get an email when there's a new version of Deep Learning with Keras and Tensorflow

Home / euroscipy2016
Name Modified Size InfoDownloads / Week
Parent folder
Keras Tutorial @ EuroScipy 2016.tar.gz 2017-08-22 22.2 MB
Keras Tutorial @ EuroScipy 2016.zip 2017-08-22 22.2 MB
README.md 2017-08-22 1.1 kB
Totals: 3 Items   44.4 MB 0

Deep Learning with Keras

Tutorial @ EuroScipy 2016

## Authors: Yam Peleg, Valerio Maggio - **Introduce** main features of Keras - **Learn** how simple and Pythonic is doing Deep Learning with Keras - **Understand** how easy is to do basic and *advanced* DL models in Keras; - **Examples and Hand-on Excerises** along the way. ### Installed Versions :::python import keras print('keras: ', keras.__version__) # optional import theano print('Theano: ', theano.__version__) import tensorflow as tf print('Tensorflow: ', tf.__version__) keras: 1.0.7 Theano: 0.8.2 Tensorflow: 0.10.0rc0
Source: README.md, updated 2017-08-22