Aurélien Geron
|
d46938857c
|
Merge pull request #286 from ibeauregard/changes-chap13
A few changes in Chapter 13 notebook
|
2021-03-02 12:14:48 +13:00 |
Aurélien Geron
|
670873843d
|
Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1
|
2021-02-14 15:02:09 +13:00 |
Ian Beauregard
|
08e3870053
|
Correct small "code typo"
|
2020-10-06 19:20:18 -04:00 |
Ian Beauregard
|
a83d4885dc
|
Correct a small typo
One missing word.
|
2020-10-06 18:51:06 -04:00 |
Ian Beauregard
|
c3cbfd04d5
|
Adding two missing words
|
2020-10-06 17:51:42 -04:00 |
Ian Beauregard
|
cbfefe7a97
|
Change function argument
In Exercise 9, function `mnist_dataset` was called with the wrong argument.
|
2020-10-06 17:02:03 -04:00 |
Aurélien Geron
|
2f7ab70295
|
Update notebooks to latest nbformat
|
2020-04-06 19:13:12 +12:00 |
Aurélien Geron
|
9dafb01893
|
Add the coding exercise solutions for chapter 13
|
2020-03-20 23:22:47 +13:00 |
Aurélien Geron
|
56d8c08d3e
|
Make notebook 13 runnable in Colab without changes
|
2019-11-06 12:16:20 +08:00 |
Aurélien Geron
|
5edb3f3e51
|
Add protoc example and tf.io.decode_proto() example
|
2019-10-21 09:01:15 +08:00 |
Aurélien Geron
|
2913a17508
|
Work around "import tensorflow.train" bug.
|
2019-10-12 17:42:41 +09:30 |
Aurélien Geron
|
5c9957065b
|
Work around "import tensorflow.train" bug.
|
2019-10-12 17:38:40 +09:30 |
Aurélien Geron
|
7d0052f146
|
Import urllib directly instead of from six.moves, as we move away from Python 2
|
2019-10-12 16:42:23 +09:30 |
Aurélien Geron
|
400920f0aa
|
SGD now defaults to lr=0.01 so use 1e-3 explicitly
|
2019-06-10 10:53:32 +08: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
|
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
|
52afcf4290
|
Crop long outputs so they show up nicer on github.com
|
2019-04-16 00:06:57 +08:00 |
Aurélien Geron
|
990fb1a453
|
Add notebook for chapter 13, loading and preprocessing data
|
2019-03-14 09:15:09 +08:00 |