Commit Graph

580 Commits (ba6c75d6e5992626eb2e7110147abfe2f0132647)

Author SHA1 Message Date
Aurélien Geron ba6c75d6e5 Update notebook 16 to TF 2.1 2020-04-06 15:22:22 +12:00
Aurélien Geron a22f9e578e Update requirements.txt 2020-04-03 22:17:57 +13:00
Aurélien Geron 0144200c9b Updated book_equations.ipynb and replaced it with a PDF, fixes #104 2020-04-03 21:37:33 +13:00
Aurélien Geron 1a19694d57 Fix some issues with TF 2.2 breaking changes 2020-04-02 12:52:31 +13:00
Aurélien Geron 6adb7253b5 In TF 2.2.0-rc1, validation_data expects tuples, not lists, fixes #131 2020-03-31 23:10:16 +13:00
Aurélien Geron 7b3d280a86 Fix error in commented out code, fixes #89 2020-03-31 21:39:51 +13:00
Aurélien Geron a357a93a57 Remove normalize=False in Audio since it does not work in Colab 2020-03-28 10:29:34 +13:00
Aurélien Geron 7eee161e7a Add the coding exercise solutions for chapter 15 (SketchRNN and Bach chorale generator) 2020-03-27 19:17:39 +13:00
Aurélien Geron 5965b04a60 Upgrade to recent library versions 2020-03-21 13:48:09 +13:00
Aurélien Geron 02e9847696 Add the coding exercise solutions for chapter 14 2020-03-21 13:37:05 +13:00
Aurélien Geron 9dafb01893 Add the coding exercise solutions for chapter 13 2020-03-20 23:22:47 +13:00
Aurélien Geron ad5de24b46 Install latest version of tqdm when using Colab 2020-03-16 21:14:25 +13:00
Aurélien Geron 1444403414 Add the coding exercise solutions for chapter 12 2020-03-16 18:51:30 +13:00
Aurélien Geron cd4e2e1313 Add comment about the reshape operation from the training_step function 2020-03-12 22:51:36 +13:00
Aurélien Geron 49715d4b74 Fix bug in training_step: target_Q_values must be a column vector 2020-03-12 22:47:22 +13:00
Aurélien Geron 0c2c80d89e Add warning about Keras issue 13586 2020-03-12 12:16:18 +13:00
Aurélien Geron b9577ed797 Add thanks to SuperYorio 2020-03-11 10:07:34 +13:00
Aurélien Geron 523a878531 Merge branch 'master' of github.com:ageron/handson-ml2 2020-03-11 09:55:57 +13:00
Aurélien Geron 507735beed Add solution to the chapter 11's coding exercises, fixes #102 and fixes #120 2020-03-11 09:55:45 +13:00
Aurélien Geron c29e8d9e37 Merge pull request #65 from patsancu/remove-hardcoded-recall-precision-threshold-coordinates
remove hardcoded values for recall-precision-threshold intersection
2020-02-05 09:29:48 +13:00
Aurélien Geron 9e9752036c Merge pull request #77 from faisito/patch-1
Update 11_training_deep_neural_networks.ipynb
2020-02-05 09:21:48 +13:00
Aurélien Geron 4307238b55 Merge pull request #85 from vasili111/patch-1
clarification of which inverse
2020-02-05 09:20:44 +13:00
Aurélien Geron cdd28911b3 Merge pull request #87 from vasili111/patch-2
minor grammar ("matric" to "matrix")
2020-02-05 09:19:49 +13:00
Aurélien Geron 73126d72c6 Merge pull request #98 from ada-nai/master
Typo in INSTALL.md
2020-02-05 09:19:04 +13:00
ada-nai 236dc87249 Revert "updated chapter 01"
This reverts commit 3d6e42e87f.
2020-01-31 14:33:25 +05:30
ada-nai 3d6e42e87f updated chapter 01 2020-01-31 13:42:15 +05:30
Adarsh Nair 6c551c7961 Spelling change in INSTALL.md
defaut -> default in # Start Jupyter section
2020-01-31 12:54:26 +05:30
Aurélien Geron 870a540918 Merge pull request #97 from ageron/dependabot/pip/tensorflow-2.0.1
Bump tensorflow from 2.0.0 to 2.0.1
2020-01-30 09:36:53 +13:00
dependabot[bot] 5323593ddd Bump tensorflow from 2.0.0 to 2.0.1
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.0.0...v2.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-01-28 21:40:26 +00:00
Aurélien Geron 4e57c9f686 Add solutions to chapter 10 code exercises 2020-01-27 11:37:04 +13:00
Aurélien Geron 295d9a1353 Add solutions to chapter 9 code exercises 2020-01-26 19:16:11 +13:00
Aurélien Geron 6ac9776eaa Install urlextract if on Colab for exercise 4 and fix the word count 2020-01-25 16:37:00 +13:00
vasili111 c0dea2c053 minor grammar ("matric" to "matrix") 2020-01-08 10:20:38 -06:00
vasili111 d4bc8b07c7 clarification of which inverse
Currently is says "inverse" which can be confused with additive inverse I think it is better to specify that we are talking here about  "multiplicative inverse" which is also "reciprocal".
2020-01-07 11:21:50 -06:00
Fai Sharji de450d8077 Update 11_training_deep_neural_networks.ipynb
Swapped the Activation and BatchNormalization lines in order to make the code consistent with the description and the book (p. 343), i.e. adding the BN layers BEFORE the activation function.
2019-12-25 23:00:26 -05:00
Aurélien Geron 1f542d2757 Update requirements.txt and send Anaconda love 2019-12-16 23:18:29 +08:00
Aurélien Geron b6be3eca67 Simplify the installation instructions 2019-12-16 23:11:50 +08:00
Aurélien Geron 8729aeb196 Fixes #73, tensorflow-addons and tensorflow-metadata installed via pip, not conda 2019-12-16 17:25:55 +08:00
Aurélien Geron 8d6d2b7c19 environment-windows.yml should not be GPU by default 2019-12-14 22:36:41 +08:00
Aurélien Geron 0099d0ec5f Update book cover image 2019-12-14 19:24:57 +08:00
Aurélien Geron e5d238a12b Fix typos 2019-12-14 19:08:09 +08:00
Aurélien Geron d6fbc91cf2 Upgrade packages, and add environment-windows.yml 2019-12-14 18:58:01 +08:00
Aurélien Geron 6b00c06434 Rename Computing Gradients Using=>with Autodiff section to match book 2019-12-10 12:23:44 +08:00
Aurélien Geron 23cede38be Remove graphviz version from environment.yml to work on Windows, and remove unused xgboost 2019-11-22 12:15:10 +08:00
Aurélien Geron a4f41dd5fd Update installation instructions to recommend Anaconda and point to Docker 2019-11-20 18:42:08 +08:00
patrick 79fedac881 remove hardcoded values for recall-precision-threshold intersection 2019-11-14 21:31:06 +01:00
Aurélien Geron 00460cb555 loss = metric * mean of sample weights, fixes #63 2019-11-13 09:36:15 +08:00
Aurélien Geron 6ebfcf4a73 Remove pyvirtualdisplay from environment.yml and add it to the Dockerfile 2019-11-12 11:18:58 +08:00
Aurélien Geron 4a4aa2185e Fix typo on import urllib 2019-11-08 10:09:51 +08:00
Aurélien Geron 628c408a89 Merge pull request #59 from SublimeApple/patch-1
Added urllib import statement
2019-11-08 10:05:27 +08:00