1055 Commits

Author SHA1 Message Date
Aurélien Geron
e611c9bcf0 Use server_image instead of repeating gcr.io URI 2022-04-17 22:25:53 +12:00
Aurélien Geron
410367eed1 tf.lite.Optimize.OPTIMIZE_FOR_SIZE is deprecated, use DEFAULT instead 2022-04-17 12:17:50 +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
ce104660c6 Fix hyperparameter tuning on Vertex AI 2022-04-16 22:11:30 +12:00
Aurélien Geron
b01d1862f3 Add keras-tuner, google cloud aiplatform, and google cloud storage 2022-04-16 17:32:04 +12:00
Aurélien Geron
b67e51af2c Sync notebook code with book code (rename max_dims to embed_size) 2022-04-16 17:30:08 +12:00
Aurélien Geron
d5d16c3202 Fix execution count 2022-04-16 09:00:38 +12:00
Aurélien Geron
3f59011075 comment out split GPU code, and add cleanup code 2022-04-16 08:59:29 +12:00
Aurélien Geron
ce5fa07d59 Add missing NumPy import, and clarify GCP account creation 2022-04-15 22:48:36 +12:00
Aurélien Geron
f6f90a46ba Big update to chapter 19 for the 3rd edition 2022-04-15 20:11:40 +12:00
Aurélien Geron
5578c334d7 Big update to chapter 18 for the 3rd edition 2022-04-05 21:47:12 +12:00
Aurélien Geron
395d999918 statsmodels is preinstalled on Kaggle 2022-04-05 18:20:41 +12:00
Aurélien Geron
0f9d6d032f TensorFlow-Addons is preinstalled on Kaggle 2022-04-05 18:20:23 +12:00
Aurélien Geron
0f6711b459 Hashing using binary autoencoder fix 2022-04-01 14:13:39 +13:00
Aurélien Geron
541ea1d7b1 Add missing argument n_epochs=50 2022-04-01 12:11:37 +13:00
Aurélien Geron
05e891c997 Rename notebook to add diffusion models 2022-04-01 11:01:45 +13:00
Aurélien Geron
9d3000bdc9 Fix Colab and Kaggle links 2022-04-01 10:59:51 +13:00
Aurélien Geron
18ae302d72 Add missing extension .ipynb 2022-04-01 10:58:01 +13:00
Aurélien Geron
7901ee0480 Big update to chapter 17 for the 3rd edition, add diffusion models 2022-04-01 10:56:04 +13:00
Aurélien Geron
dcb43f2881 Add GPU accelerator to notebooks 14 to 19 2022-03-23 11:02:35 +13:00
Aurélien Geron
65c95a5cc7 Big update of chapter 16 for 3rd edition 2022-03-21 21:43:01 +13:00
Aurélien Geron
a2f8391951 Upgrade to TensorFlow 2.8 2022-03-01 11:41:27 +13:00
Aurélien Geron
b658ab40c0 Add workaround for StringLookup in Sequential model issue 2022-02-21 16:43:52 +13:00
Aurélien Geron
446fbb81cb Add warning about StringLookup issue in TF 2.8.0 2022-02-21 16:03:32 +13:00
Aurélien Geron
b62624c4cd Download quickdraw dataset into ./datasets/ folder 2022-02-21 15:04:19 +13:00
Aurélien Geron
060420e1ac Download spam dataset into the ./datasets/ folder 2022-02-21 15:03:05 +13:00
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