dholdaway / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Companion Jupyter notebooks for the book "Deep Learning with Python"

Cloud GPU

This repository contains Jupyter notebooks implementing the code samples found in the book Deep Learning with Python (Manning Publications). Note that the original text of the book features far more content than you will find in these notebooks, in particular further explanations and figures. Here we have only included the code samples themselves and immediately related surrounding comments.

These notebooks use Python 3.6 and Keras 2.0.8. They were generated on a p2.xlarge EC2 instance.

Table of contents

Run on FloydHub

You can easily run these code samples on GPU-powered Jupyter notebooks with FloydHub. Install the floyd-cli command line tool and run these commands to get started:

# Create a new folder for the project
mkdir deep-learning
cd deep-learning

# Clone the existing project from FloydHub
floyd clone redeipirati/projects/deep-learning-with-python-notebooks/25

# Initialize the project folder
floyd init deep-learning

# Run an interactive GPU instance with everything you need
floyd run \
  --env tensorflow-1.4 \
  --data redeipirati/datasets/cats_and_dogs_small/1:input \
  --mode jupyter \
  --gpu

About

Jupyter notebooks for the code samples of the book "Deep Learning with Python"

License:MIT License


Languages

Language:Jupyter Notebook 100.0%