Commit Graph

1013 Commits (248c9a78d75a7d921389f8501e6ddc84f4fc32af)

Author SHA1 Message Date
Victor Khaustov 248c9a78d7 Fix typos in ML project checklist and requirements 2022-05-12 15:39:15 +09:00
Aurélien Geron ec67af216b
Merge pull request #6 from vi3itor/ch2-errata
Fix a few typos and deprecated np.object reference
2022-05-09 22:47:48 +12:00
Victor Khaustov 338c0907a2 Fix a few typos and deprecated np.object reference 2022-05-09 17:31:09 +09:00
Aurélien Geron f92a7497f8 Clarify a few figures, and remove unneeded raw strings 2022-05-05 16:25:41 +12:00
Aurélien Geron f4515c0995 Add explanations for distributed Keras Tuner on Vertex AI 2022-04-20 11:07:46 +12:00
Aurélien Geron c345b60732 Add section on hyperparameter tuning using Vertex AI's blackbox optimization service 2022-04-19 09:23:30 +12:00
Aurélien Geron 96edbd5ef4 Use '/gcs/' instead of 'gs://' 2022-04-18 10:47:33 +12:00
Aurélien Geron f148784e14 Remove unused import and use /gcs path instead of gs:// 2022-04-18 10:45:53 +12:00
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