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 / pyss2016
Name Modified Size InfoDownloads / Week
Parent folder
Keras Tutorial @ Python San Sebastian (PySS) 2016.tar.gz 2017-08-22 22.9 MB
Keras Tutorial @ Python San Sebastian (PySS) 2016.zip 2017-08-22 23.0 MB
README.md 2017-08-22 1.9 kB
Totals: 3 Items   45.9 MB 0

Deep Learning with Keras and Tensorflow

PySS 2016 Logo
### Valerio Maggio: _PostDoc Data Scientist @ FBK/MPBA_ ### Contacts:
@leriomaggio vmaggio@fbk.eu
# Goal of this Tutorial - **Introduce** main features of Keras - Plus some introductory overview of Tensorflow - **Learn** how simple and Pythonic is doing Deep Learning with Keras - **Understand** how easy is to do basic and *advanced* Deep Learning 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.0
Source: README.md, updated 2017-08-22