Commit Graph

16 Commits (30d160f8be9fa959ca507a6ca53bc891b98ade08)

Author SHA1 Message Date
Ian Beauregard 30d160f8be Remove useless code cell 2020-09-14 09:35:42 -04:00
Ian Beauregard af0c959d07 Remove soon-to-be-deprecated method
Warning: THIS FUNCTION IS DEPRECATED. It will be removed after 2021-01-01. Instructions for updating: Please use instead: np.argmax(model.predict(x), axis=-1), if your model does multi-class classification (e.g. if it uses a softmax last-layer activation).
2020-09-14 07:52:07 -04:00
Aurélien Geron 2f7ab70295 Update notebooks to latest nbformat 2020-04-06 19:13:12 +12:00
Aurélien Geron 0c2c80d89e Add warning about Keras issue 13586 2020-03-12 12:16:18 +13:00
Aurélien Geron 4e57c9f686 Add solutions to chapter 10 code exercises 2020-01-27 11:37:04 +13:00
Aurélien Geron f810964f51 Make notebooks 10 and 11 runnable in Colab without changes 2019-11-06 11:38:13 +08:00
Aurélien Geron 8f7a2c355b Display Fashion MNIST 2019-07-13 11:31:17 +02:00
Aurélien Geron b6306b7d48 Update ch. 10 code to latest TF nightly version, eg. default SGD learning rate is now 0.001 2019-06-08 11:43:48 +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 df100ffa9a Rename figure 2019-05-06 13:15:15 +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 e938df8fb9 Add kwargs to constructor of custom model 2019-02-28 19:48:50 +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 b546b743be Create image directory and check for sklearn >= 0.20 and TensorFlow >= 2.0-preview 2019-01-21 18:13:10 +08:00
Aurélien Geron 6b8dff91d0 Update all notebooks assuming we are all in the future now: sklearn 0.20+, python 3.5+, TF 2.0 preview 2019-01-18 23:08:37 +08:00
Aurélien Geron ca6eb8c147 Add chapter 10 - neural nets with Keras 2019-01-16 23:37:12 +08:00