Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 966 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 966 Bytes

This repository provides supporting documents for an introduction to Keras workshop at Franceisai on Sep. 16, 2016.

Keras is an open-source Deep Learning framework written in Python. Learn more

The slides of the presentation are available as HTML in this repository or at https://gggdomi.github.io/keras-workshop/

After a very brief introduction to neural networks, we build in a few dozens of line an image classifier using Keras. The step-by-step process is available in the ready-to-run notebook.ipynb file (or the HTML version).

The workshop is based on François Chollet's blog post : Building powerful image classification models using very little data which provides a great example of the ease-of-use and readibility of Keras.