Aurélien Geron
|
c702bfbcab
|
Fix ladybug.png so imageio can load it without chunk_eXIf issues
|
2019-05-19 15:03:42 +07:00 |
Aurélien Geron
|
73a36f335f
|
Add warning about TF issue regarding DenseFeatures and the Functional API, fixes #6
|
2019-05-15 20:23:24 +08:00 |
Aurélien Geron
|
ec3136f59f
|
Add index=housing.index when wrapping array in a DataFrame, fixes #426
|
2019-05-12 21:28:56 +08:00 |
Aurélien Geron
|
f0f83903bd
|
Fix the transformer (use final encoder outputs)
|
2019-05-10 21:30:18 +08:00 |
Aurélien Geron
|
7b1c890195
|
Stop using learning_phase: it's a global variable, and currently broken anyway
|
2019-05-09 16:26:38 +08:00 |
Aurélien Geron
|
a758ea50b0
|
Rename the figure paths from *_diagram.png to *_plot.png
|
2019-05-09 16:25:40 +08:00 |
Aurélien Geron
|
8e08319781
|
Rename the figure paths from *_diagram.png to *_plot.png
|
2019-05-09 16:25:26 +08:00 |
Aurélien Geron
|
d4d15a9c59
|
Clarify figure 4-19
|
2019-05-09 16:24:17 +08:00 |
Aurélien Geron
|
107b90d9b3
|
Do not use learning_phase anymore, just set training=True/False
|
2019-05-09 10:39:02 +08:00 |
Aurélien Geron
|
df100ffa9a
|
Rename figure
|
2019-05-06 13:15:15 +08:00 |
Aurélien Geron
|
dd5e648c62
|
Rename figure
|
2019-05-06 13:15:01 +08:00 |
Aurélien Geron
|
22eb374304
|
Rename figure
|
2019-05-06 13:14:50 +08:00 |
Aurélien Geron
|
4941749b60
|
Fix typo in figure name
|
2019-05-06 13:14:23 +08:00 |
Aurélien Geron
|
aa648067a9
|
Change notebook title to Autoencoders and GANs
|
2019-05-06 09:38:47 +08:00 |
Aurélien Geron
|
4e155bc23b
|
Rename 17 to Autoencoders and GANs
|
2019-05-06 09:37:56 +08:00 |
Aurélien Geron
|
42f24fa44f
|
Add GANs
|
2019-05-06 09:34:45 +08:00 |
Aurélien Geron
|
fd1e088dab
|
Add 1cycle scheduling
|
2019-05-05 12:42:08 +08:00 |
Aurélien Geron
|
d2a518cdb1
|
Add more chapters to index.ipynb
|
2019-04-30 15:01:15 +08:00 |
Aurélien Geron
|
7335c9d5c0
|
Use separate joblib package rather than the one in sklearn (which is deprecated)
|
2019-04-26 21:22:15 +08:00 |
Aurélien Geron
|
327407501e
|
Add notebook 17 on autoencoders
|
2019-04-26 21:19:32 +08:00 |
Aurélien Geron
|
9925735995
|
Add the images/nlp directory
|
2019-04-23 20:06:24 +08:00 |
Aurélien Geron
|
6f98bc5a04
|
Stateful RNNs now support recurrent_dropout
|
2019-04-21 15:55:39 +08:00 |
Aurélien Geron
|
33d1894dc1
|
Update requirements to use TensorFlow 2.0 alpha0
|
2019-04-20 13:05:52 +08:00 |
Aurélien Geron
|
df9b91e2e8
|
Rename chapters 11 to 15 and split chapter 15 into 15 and 16
|
2019-04-16 20:39:14 +08:00 |
Aurélien Geron
|
61bb73074b
|
Add a basic implementation of MultiHeadAttention
|
2019-04-16 19:52:49 +08:00 |
Aurélien Geron
|
d24fee1576
|
Add .bak.* and datasets/titanic to .gitignore
|
2019-04-16 08:44:30 +08:00 |
Aurélien Geron
|
03810ea2f7
|
Add chapter 15, time series and NLP using RNNs, CNNs and Attention
|
2019-04-16 08:27:36 +08:00 |
Aurélien Geron
|
03c5ef896b
|
Add chapter 15 - Handling sequential data (time series and NLP with RNNs and Attention)
|
2019-04-16 00:09:43 +08:00 |
Aurélien Geron
|
52afcf4290
|
Crop long outputs so they show up nicer on github.com
|
2019-04-16 00:06:57 +08:00 |
Aurélien Geron
|
687fd71b5f
|
Add outputs for threshold_90_precision and fix comment, fixes #2
|
2019-04-05 17:06:37 +08:00 |
Aurélien Geron
|
6d7dcd7c80
|
Work in progress updating ch15
|
2019-04-05 17:04:38 +08:00 |
Aurélien Geron
|
6974508cf7
|
Remove old TensorFlow chapter
|
2019-03-25 18:14:29 +08:00 |
Aurélien Geron
|
f0b432eb59
|
Add missing BN layer in ResNet-34 and remove bias in Conv2D
|
2019-03-25 12:19:27 +08:00 |
Aurélien Geron
|
3313c21723
|
No bias before BN layers
|
2019-03-25 12:03:44 +08:00 |
Aurélien Geron
|
1774ede668
|
Update CNN chapter
|
2019-03-24 09:06:29 +08:00 |
Aurélien Geron
|
7d8dfb45cf
|
Move CNN chapter out of work_in_progress
|
2019-03-16 13:59:41 +08:00 |
Aurélien Geron
|
5f6be6fa6f
|
Use pd.cut() for income_cat
|
2019-03-15 23:49:03 +08:00 |
Aurélien Geron
|
e8ed65eac6
|
Update index.ipynb with chapters 8 to 13
|
2019-03-15 23:41:04 +08:00 |
Aurélien Geron
|
2f78d1f1e5
|
Add tf datasets, tf hub, tf probability and tf transform to requirements
|
2019-03-15 12:07:50 +08:00 |
Aurélien Geron
|
990fb1a453
|
Add notebook for chapter 13, loading and preprocessing data
|
2019-03-14 09:15:09 +08:00 |
Aurélien Geron
|
af3f11dbc9
|
Add chapter 12 notebook
|
2019-03-05 19:46:03 +08:00 |
Aurélien Geron
|
e938df8fb9
|
Add kwargs to constructor of custom model
|
2019-02-28 19:48:50 +08:00 |
Aurélien Geron
|
ed5c7d6db8
|
Add MC Dropout, finish chapter
|
2019-02-28 19:48:06 +08:00 |
Aurélien Geron
|
6bc603b508
|
Move 13_deep_learning.ipynb to 11_deep_learning.ipynb
|
2019-02-17 20:31:59 +08:00 |
Aurélien Geron
|
802a2a7887
|
Update deep learning chapter to tf.keras, add SELU and more
|
2019-02-17 20:31:28 +08:00 |
Aurélien Geron
|
8d6a55f32c
|
TensorFlow 2 preview is now has tf.__version__ >= "2.0"
|
2019-02-12 20:32:58 +08:00 |
Aurélien Geron
|
bc01f44075
|
Add additional instructions for hosted services
|
2019-01-24 10:29:58 +08:00 |
Aurélien Geron
|
90e3175c7d
|
Remove warnings about old 1st edition code changes
|
2019-01-22 16:54:47 +08:00 |
Aurélien Geron
|
0e5f18997c
|
Remove jupyter extensions, make nbdime optional, and only install tf-nightly-2.0-preview, not gpu version
|
2019-01-22 12:44:04 +08:00 |
Aurélien Geron
|
ef67090d71
|
Update index.ipynb to point to the updated usage instructions, and remove Jupyter extensions
|
2019-01-22 12:42:23 +08:00 |