Keras-Tutorials icon indicating copy to clipboard operation
Keras-Tutorials copied to clipboard

Introduction to Deep Learning with the Keras framework

Keras Tutorials

Introduction to deep learning based on the Keras framework. These tutorials are direct ports of Nathan Lintz's TensorFlow tutorials.

Getting Started

The Keras tutorials are best run within Docker. First, build the Docker container:

$ docker build -t keras-notebook .

Run the non-GPU container using:

docker run -it -p 8888:8888 keras-notebook

The Docker image extends the official TensorFlow Docker image. Currently, the image does not support GPU containers and is not on Docker Hub (will update soon).

Topics