Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Sep 6, 2017
1 parent 96d58b5 commit 53a08bd
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Companion Jupyter notebooks for the book "Deep Learning with Python"

This repository contains Jupyter notebooks implementing the code samples found in the book [Deep Learning with Python (Manning Publications)](https://www.manning.com/books/deep-learning-with-python?a_aid=keras&a_bid=76564dff). 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

* Chapter 2:
* 2.1: A first look at a neural network
* Chapter 3:
* 3.5: Classifying movie reviews
* 3.6: Classifying newswires
* 3.7: Predicting house prices
* Chapter 4:
* 4.4: Underfitting and overfitting
* Chapter 5:
* 5.1: Introduction to convnets
* 5.2: Using convnets with small datasets
* 5.3: Using a pre-trained convnet
* 5.4: Visualizing what convnets learn
* Chapter 6:
* 6.1: One-hot encoding of words or characters
* 6.1: Using word embeddings
* 6.2: Understanding RNNs
* 6.3: Advanced usage of RNNs
* 6.4: Sequence processing with convnets
* Chapter 8:
* 8.1: Text generation with LSTM
* 8.2: Deep dream
* 8.3: Neural style transfer
* 8.4: Generating images with VAEs
* 8.5: Introduction to GANs

0 comments on commit 53a08bd

Please sign in to comment.