Commit Graph

37 Commits (af751a4b2d8d0ca97a8d90b009d64d110928b8eb)

Author SHA1 Message Date
Aurélien Geron 3ade542ba5 Use verbose=0 when using model.predict() many times 2022-09-23 21:54:25 +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 7a551f5fb1 Replace HDF5 with TF format 2022-09-12 11:47:36 +12:00
Aurélien Geron 58e5232e29 Remove sklearn version check when sklearn is not needed 2022-04-17 12:17:13 +12:00
Aurélien Geron 395d999918 statsmodels is preinstalled on Kaggle 2022-04-05 18:20:41 +12:00
Aurélien Geron dcb43f2881 Add GPU accelerator to notebooks 14 to 19 2022-03-23 11:02:35 +13:00
Aurélien Geron a2f8391951 Upgrade to TensorFlow 2.8 2022-03-01 11:41:27 +13:00
Aurélien Geron b62624c4cd Download quickdraw dataset into ./datasets/ folder 2022-02-21 15:04:19 +13:00
Aurélien Geron f9d581b646 Download the ridership data 2022-02-21 14:40:39 +13:00
Aurélien Geron b5fa249fd3 Install statsmodel lib on Colab/Kaggle, and fix download of Bach chorales 2022-02-21 10:32:04 +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 4a0a353b5b Add Setup header 2022-02-19 22:08:31 +13:00
Aurélien Geron 1c2421fc88 Big update of chapter 15 for 3rd edition 2022-02-19 18:07:03 +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 aad6e5186a Target=blue dot, prediction=red cross, fixes #472 2021-10-07 16:39:37 +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 d1a577314a Fix MyRNN shape issues, fixes #457 2021-08-19 12:30:12 +12:00
Aurélien Geron e5b5a39c49 Fix naive predictions to forecast multiple time steps, fixes #421 2021-05-27 18:13:10 +12:00
Aurélien Geron 1b96533668 Replace 'Open in Colab' button 2021-05-26 07:40:58 +12:00
Aurélien Geron 974c4fe858 Add 'Open in Kaggle' button 2021-05-26 07:31:19 +12:00
Aurélien Geron c3020f1da5 Support running on Kaggle 2021-05-25 12:07:29 +12:00
Aurélien Geron b7acf0c9a5 Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-16 18:21:45 +13:00
Aurélien Geron f86635b233 Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-16 15:04:34 +13:00
Aurélien Geron d46228a6af Fix test_set should be based on eval_files[5:], not eval_files[:5], fixes #144 2020-04-19 16:21:00 +12:00
Aurélien Geron 2f7ab70295 Update notebooks to latest nbformat 2020-04-06 19:13:12 +12: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 88dccccd5f Make notebooks 14 to 19 runnable in Colab without changes 2019-11-06 21:06:55 +08:00
Aurélien Geron aad780b74b Fix Actual vs Forecast in diagrams, fixes #21 2019-08-03 12:11:40 +08:00
Aurélien Geron 6c0cd5d2df Improve the code to forecast the next 10 time steps 2019-07-13 11:28:50 +02:00
Aurélien Geron 1973371b19 Use causal padding in WaveNet and fix forecast 2019-06-09 23:56:19 +08:00
Aurélien Geron 0615a6f0a1 LayerNormalization is not experimental anymore 2019-06-06 11:06:13 +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