Commit Graph

25 Commits (1568ac3b946bfa9f3f96af6024c6fb82db4ec9b4)

Author SHA1 Message Date
Aurélien Geron 1b96533668 Replace 'Open in Colab' button 2021-05-26 07:40:58 +12:00
Aurélien Geron ad0aa8ebad Merge pull request #430 from pizzaz93/add-kaggle-badge
Add Open in Kaggle badge
2021-05-26 07:23:33 +12:00
Peretz Cohen 5d8d11371a Update 13_loading_and_preprocessing_data.ipynb
fix link
2021-05-25 11:18:00 -07:00
Aurélien Geron 4eb3e7d947 Fix exercise 10.e: exclude the padding tokens when computing the mean of the word embeddings 2021-05-25 21:54:03 +12:00
Peretz Cohen 4b02bac9da Merge branch 'ageron:master' into add-kaggle-badge 2021-05-24 20:24:08 -07:00
Peretz Cohen 50da5ebb1a Update 13_loading_and_preprocessing_data.ipynb
add Open in Kaggle badge
2021-05-24 20:14:52 -07:00
Aurélien Geron c3020f1da5 Support running on Kaggle 2021-05-25 12:07:29 +12:00
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