Skip to content

ramhiser/Keras-Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Introduction to Deep Learning with the Keras framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published