Skip to content

Commit 53a08bd

Browse files
committed
Add README
1 parent 96d58b5 commit 53a08bd

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

Diff for: README.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Companion Jupyter notebooks for the book "Deep Learning with Python"
2+
3+
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.
4+
5+
These notebooks use Python 3.6 and Keras 2.0.8. They were generated on a p2.xlarge EC2 instance.
6+
7+
## Table of contents
8+
9+
* Chapter 2:
10+
* 2.1: A first look at a neural network
11+
* Chapter 3:
12+
* 3.5: Classifying movie reviews
13+
* 3.6: Classifying newswires
14+
* 3.7: Predicting house prices
15+
* Chapter 4:
16+
* 4.4: Underfitting and overfitting
17+
* Chapter 5:
18+
* 5.1: Introduction to convnets
19+
* 5.2: Using convnets with small datasets
20+
* 5.3: Using a pre-trained convnet
21+
* 5.4: Visualizing what convnets learn
22+
* Chapter 6:
23+
* 6.1: One-hot encoding of words or characters
24+
* 6.1: Using word embeddings
25+
* 6.2: Understanding RNNs
26+
* 6.3: Advanced usage of RNNs
27+
* 6.4: Sequence processing with convnets
28+
* Chapter 8:
29+
* 8.1: Text generation with LSTM
30+
* 8.2: Deep dream
31+
* 8.3: Neural style transfer
32+
* 8.4: Generating images with VAEs
33+
* 8.5: Introduction to GANs

0 commit comments

Comments
 (0)