Skip to content

Keras Tutorial @ EuroScipy 2016

Compare
Choose a tag to compare
@leriomaggio leriomaggio released this 22 Aug 09:07
· 7 commits to master since this release

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

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