Commit Graph

32 Commits (c2d5a87137fd0927fbeaf343907a2ebfb5dcd846)

Author SHA1 Message Date
Aurélien Geron 8fce779633 No longer need super.build() or self.built = True in build() method; also update custom optimizer section and use tf.keras.utils.set_random_seed() instead of tf.random.set_seed() 2023-09-05 11:38:15 +12:00
Aurélien Geron 79ce441212 Update lib versions and add pydot, fixes #29 2022-09-22 19:14:01 +12:00
Aurélien Geron a2f8391951 Upgrade to TensorFlow 2.8 2022-03-01 11:41:27 +13:00
Aurélien Geron 85171acd17 Require Python 3.7+ 2022-02-19 23:03:20 +13:00
Aurélien Geron 0a28fab583 Add notebook outputs 2022-02-19 22:24:54 +13:00
Aurélien Geron 591d6e4b3e Big update of chapters 11, 12, 13 for 3rd edition 2022-02-19 18:19:26 +13:00
Aurélien Geron a2c05861f3 Move notebooks again as the SVM chapter is added back 2021-11-23 13:41:17 +13:00
Aurélien Geron ce4fccf74c Large change: Chapter 5 on SVMs moves online 2021-10-15 21:59:45 +13:00
Aurélien Geron fa1ae51184 Large change: replace os.path with pathlib, move to Python 3.7 2021-10-15 21:46:27 +13:00
Aurélien Geron 495de15361 TF mostly fixed an issue so remove workaround for ReconstructingRegressor 2021-10-07 19:08:15 +13:00
Aurélien Geron 2bd68d6348 Fix some section levels 2021-10-02 22:40:18 +13:00
Aurélien Geron 108fe1fa53 Replace lr with learning_rate in Keras optimizers, fixes #456 2021-08-31 20:54:35 +12:00
Aurélien Geron 3dd82863d1 Add explanations for the models using the custom layers 2021-07-01 13:19:38 +12:00
Aurélien Geron 872abd822e Merge pull request #448 from gsundeep-tech/chapter_12/gaussian_layer
Chapter 12: Gaussian Noise Custom Layer Example
2021-07-01 12:32:36 +12:00
gsundeep-tech 757fb650a2 Adding example Gaussian Noise model 2021-06-24 10:14:34 +08:00
gsundeep-tech 90227672ad Removing dataset fetching code 2021-06-24 10:07:53 +08:00
gsundeep-tech 89cd351fe9 Chapter 12 Multi Layer Example 2021-06-24 10:03:01 +08:00
Aurélien Geron 1b96533668 Replace 'Open in Colab' button 2021-05-26 07:40:58 +12:00
Peretz Cohen 7997b48184 Update 12_custom_models_and_training_with_tensorflow.ipynb 2021-05-25 11:17:24 -07:00
Peretz Cohen e8d45fc314 Update 12_custom_models_and_training_with_tensorflow.ipynb
add Open in Kaggle badge
2021-05-24 20:08:03 -07:00
gae7 dc584421f6 Update 12_custom_models_and_training_with_tensorflow.ipynb 2021-03-07 11:25:47 +01: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
Aurélien Geron e90606bf69 No need to update tqdm in Colab anymore 2020-07-25 17:08:31 +12:00
Aurélien Geron 2f7ab70295 Update notebooks to latest nbformat 2020-04-06 19:13:12 +12: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 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 6b00c06434 Rename Computing Gradients Using=>with Autodiff section to match book 2019-12-10 12:23:44 +08:00
Aurélien Geron 00460cb555 loss = metric * mean of sample weights, fixes #63 2019-11-13 09:36:15 +08:00
Aurélien Geron ec3a011ec9 Work around issue with custom metric persistence 2019-11-06 11:36:21 +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 df9b91e2e8 Rename chapters 11 to 15 and split chapter 15 into 15 and 16 2019-04-16 20:39:14 +08:00