Commit Graph

979 Commits (f9d581b646985a0157fb524fab19243e72d3b6b0)

Author SHA1 Message Date
Aurélien Geron f9d581b646 Download the ridership data 2022-02-21 14:40:39 +13:00
Aurélien Geron c3ca373556 Install the TensorFlow-Addons library on Colab or Kaggle 2022-02-21 14:39:49 +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 0ce6548ddc Tarballs like housing.tgz include the parent directory 2022-02-21 10:23:31 +13:00
Aurélien Geron 517a2f18be Fix titanic data download function 2022-02-21 10:20:48 +13:00
Aurélien Geron 2f777d7f3f Tarballs like housing.tgz include the parent directory 2022-02-21 09:51:32 +13:00
Aurélien Geron 027d7368c0 Fix exercise section 2022-02-20 17:38:01 +13:00
Aurélien Geron 5e4465a7bc Add missing %load_ext tensorboard and add exercise outputs 2022-02-20 17:36:52 +13:00
Aurélien Geron 394f64bf8f Remove labelcolor argument in plt.legend(), as it requires recent matplotlib 2022-02-20 12:55:08 +13:00
Aurélien Geron ed704b8e34 Use read_csv() to download the data directly 2022-02-19 23:18:10 +13:00
Aurélien Geron 85171acd17 Require Python 3.7+ 2022-02-19 23:03:20 +13:00
Aurélien Geron 3cd107cae8 Update README.md to 3rd edition 2022-02-19 22:52:43 +13:00
Aurélien Geron 0a28fab583 Add notebook outputs 2022-02-19 22:24:54 +13:00
Aurélien Geron bbc1113951 Work in progress for chapters 16 to 19 2022-02-19 22:09:28 +13:00
Aurélien Geron 4a0a353b5b Add Setup header 2022-02-19 22:08:31 +13:00
Aurélien Geron c9b977309a Move datasets to project ageron/data to shrink this repo 2022-02-19 21:36:43 +13:00
Aurélien Geron 8745a9c2ac Update lib versions 2022-02-19 18:49:54 +13:00
Aurélien Geron 9e5ee748d9 Update execution count in ch14 2022-02-19 18:19:59 +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 4ba9496a87 Update plot options 2022-02-19 18:18:08 +13:00
Aurélien Geron b63019fd28 Sync notebook with book's code examples, and better identify extra code 2022-02-19 18:17:36 +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 8be4640d8a Remove redundant fontsize=14 2022-01-31 11:12:12 +13:00
Aurélien Geron a18cb82f34 Remove transpose conv section, fix python 3.7->3.8, small tweaks 2022-01-31 11:10:02 +13:00
Aurélien Geron 9bd3b4ad9a Big update of chapter 14 for 3rd edition 2022-01-31 10:24:33 +13:00
Aurélien Geron 36761f03f1 Change environment name from tf2 to homl3 2021-12-21 11:35:26 +13:00
Aurélien Geron 3552690321 Remove redundant comment 2021-12-08 15:16:42 +13:00
Aurélien Geron 146e6fc062 Big update of chapter 10 for 3rd edition 2021-12-08 11:58:36 +13:00
Aurélien Geron 319df2454d For regression, it's better to talk about targets than labels 2021-11-29 12:15:44 +13:00
Aurélien Geron 52d4f0a8c6 Make font sizes consistent across notebooks 2021-11-27 23:03:26 +13:00
Aurélien Geron e72b210d97 Load plt before setting rcParams 2021-11-27 13:47:56 +13:00
Aurélien Geron 84f474d92c Load plt before setting rcParams and remove unneeded fontsize=14 2021-11-27 13:46:38 +13:00
Aurélien Geron 0b94d240a5 Load plt before setting rcParams 2021-11-27 13:43:11 +13:00
Aurélien Geron c3a2dfd28e Remove unneeded fontsize=14 2021-11-27 13:39:04 +13:00
Aurélien Geron 72f9488c5d Remove unneeded fontsize=14 2021-11-27 13:38:47 +13:00
Aurélien Geron 3ec8eaa79e Load plt before setting rcParams 2021-11-27 12:54:49 +13:00
Aurélien Geron 16e66a50fa Load plt before setting rcParams 2021-11-27 12:43:26 +13:00
Aurélien Geron 19e109c02c Load plt before setting rcParams 2021-11-27 12:37:41 +13:00
Aurélien Geron 1245f13446 Add exercise2.png image for the solution to exercise 2 in chapter 10 2021-11-25 21:46:41 +13:00
Aurélien Geron 1cb374d14e Add exercise solutions (from former appendix A) to notebooks 1 to 9 2021-11-25 21:45:32 +13:00
Aurélien Geron 97b371329c Split figure 3-9 in two, and compare models using PR curve rather than ROC curve 2021-11-25 17:49:46 +13:00
Aurélien Geron 01d5df8e72 Remove unneeded comments, sync notebook with book code 2021-11-25 15:09:48 +13:00
Aurélien Geron 8e97aab84b Big update of chapter 5 for 3rd edition 2021-11-25 14:38:40 +13:00
Aurélien Geron 608d9ce815 Big update of chapter 5 for 3rd edition 2021-11-23 22:46:24 +13:00
Aurélien Geron 84c512121d Use @ operator, fix animation (shorten, improve code, and zoom) 2021-11-23 18:21:10 +13:00
Aurélien Geron 0cdac2f683 %matplotlib inline not needed anymore, use PIL.Image.open instead of imread 2021-11-23 17:51:16 +13:00
Aurélien Geron 4b705443ce Update math_linear_algebra.ipynb to use @ operator and fix some rendering issues 2021-11-23 17:03:34 +13:00
Aurélien Geron 5a4db9ea46 Update tools_numpy.ipynb to the latest libs 2021-11-23 16:01:28 +13:00
Aurélien Geron 5bb0366125 Replace handson-ml2 with handson-ml3, and fix figure chapter numbers 2021-11-23 15:42:16 +13:00
Aurélien Geron e38983d595 Add back chapter 05 on SVMs 2021-11-23 13:43:18 +13:00