Commit Graph

1088 Commits (e31ce8a44c02e062a02242cbf29b7cee5e735a15)

Author SHA1 Message Date
Aurélien Geron e31ce8a44c Replace float('inf') with large value 1e100 since inf now causes an error 2023-11-14 11:55:40 +13:00
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 a858c72c76 Merge branch 'main' of github.com:ageron/handson-ml3 2023-02-18 21:47:07 +13:00
Aurélien Geron ec67c6962c Rename scipy.stats.reciprocal with loguniform, fixes #44 2023-02-18 21:46:54 +13:00
Aurélien Geron 0b67623d55
Merge pull request #46 from rickiepark/main
Change `pandas_in_out=True` to `transform_output="pandas"`
2023-02-18 21:31:05 +13:00
Haesun Park 14c50b771a change `pandas_in_out=True` to `transform_output="pandas"` 2023-02-17 14:14:54 +09:00
Aurélien Geron 2f8f998165 Fix determinant description to match the example 2023-02-04 18:32:14 +13:00
Aurélien Geron af751a4b2d Thanks to Google for the GCP credits 2023-01-06 13:42:24 +13:00
Aurélien Geron 72a5466408 Clarify which sections are now online 2022-10-20 18:58:10 +13:00
Aurélien Geron 1b375f40f6 Remove changes_in_2nd_edition.md, available in ageron/handson-ml2 2022-10-20 18:50:45 +13:00
Aurélien Geron 0e9a3d7826 Merge branch 'main' of github.com:ageron/handson-ml3 2022-10-20 18:48:43 +13:00
Aurélien Geron 3db22ce4f1 Add CHANGES.md which describes changes between the 2nd and 3rd editions 2022-10-20 18:48:26 +13:00
Aurélien Geron 686a549ca4
Merge pull request #17 from vi3itor/ch7-errata
Ch7: clarify comments, fix typo, update score outputs
2022-09-29 21:31:02 +13:00
Aurélien Geron b667f5b94a Merge branch 'main' of github.com:ageron/handson-ml3 2022-09-28 11:16:38 +13:00
Aurélien Geron 4c755f6483 Add ffmpeg to generate video animations in the matplotlib tutorial 2022-09-28 11:12:51 +13:00
Aurélien Geron 300e697004
Merge pull request #20 from GarrettJenkinson/patch-1
Fixing wide-and-deep to use normalized inputs
2022-09-27 16:12:00 +13:00
Aurélien Geron e8429dc540 Update Dockerfiles to latest versions 2022-09-26 23:13:07 +13:00
Aurélien Geron 827ab1e07b Improve page format 2022-09-26 12:54:26 +13:00
Aurélien Geron b538ab017d Recommend using Colab (provides free GPU and TPU, and fully tested with these notebooks) 2022-09-26 12:49:10 +13:00
Aurélien Geron a5060da577 Remove unused libraries 2022-09-25 23:53:34 +13:00
Aurélien Geron 4ca56568ca Fix render code for LunarLander-v2 2022-09-25 22:05:11 +13:00
Aurélien Geron df58dd2a70 Update gym to 0.26.1 2022-09-25 21:43:17 +13:00
Aurélien Geron a2dc617aa2 Add comment on biased models 2022-09-25 17:31:58 +13:00
Aurélien Geron 2228feb218 Update gym library, and remove unneeded libraries for headless servers 2022-09-24 12:23:42 +12:00
Aurélien Geron 3ade542ba5 Use verbose=0 when using model.predict() many times 2022-09-23 21:54:25 +12:00
Aurélien Geron 2339bb771b Fix links to Kaggle and Deepnote, and update chapter 17's title 2022-09-23 12:36:09 +12:00
Aurélien Geron 17f4f27355 Add missing statsmodels library for chapter 15 2022-09-23 12:12:06 +12:00
Aurélien Geron 156a56cfcd Fix cropped images display since they are floats since TF 2.8 2022-09-23 12:05:53 +12:00
Aurélien Geron 8c255153cf import from IPython.display instead of IPython.core.display 2022-09-23 11:35:38 +12:00
Aurélien Geron 576cec95d9 Fix get_feature_names_out for FunctionTransformer 2022-09-23 10:06:07 +12:00
Aurélien Geron 0573deb5d3 Use object instead of deprecated np.object 2022-09-22 23:29:25 +12:00
Aurélien Geron c9e108fde1 Use object instead of deprecated np.object 2022-09-22 23:29:04 +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 de0f184265 Fix statefull RNN's validation set range 2022-09-12 11:48:12 +12:00
Aurélien Geron 7a551f5fb1 Replace HDF5 with TF format 2022-09-12 11:47:36 +12:00
Aurélien Geron ace7a972b9 Replace HDF5 with TF format 2022-09-12 11:46:42 +12:00
Aurélien Geron 81601cedf3 Merge branch 'main' of github.com:ageron/handson-ml3 2022-09-12 11:45:35 +12:00
Aurélien Geron 2855982461 Replace housing.loc[train_index] with housing.iloc[train_index] 2022-09-05 17:07:10 +12:00
GarrettJenkinson bdd246bf07
Fixing wide-and-deep to use normalized inputs
Thanks for this great book/repo. I noticed the wide and deep example is using non-normalized inputs which leads to performance degradation.
2022-06-27 09:27:51 -05:00
Aurélien Geron eabcc492aa
Merge pull request #18 from vi3itor/ch8-errata
Chapter 8: Clarify some comments and remove unnecessary ones, fix typo
2022-06-15 14:16:17 +12:00
Victor Khaustov 38b40643d8 Improve comments and fix typo 2022-06-14 14:47:11 +09:00
Victor Khaustov 9869145a7d Update score outputs for Ex. 8 and 9 2022-06-10 17:45:37 +09:00
Victor Khaustov b58103e9c6 Clarify comments, fix typo 2022-06-10 17:29:59 +09:00
Aurélien Geron cbffd5eb92 Thanks to Victor Khaustov 2022-06-02 10:04:35 +12:00
Aurélien Geron 27f9d4f11e
Merge pull request #14 from vi3itor/ch4-errata
Chapter 4: Fix figure numbering and correct typos
2022-06-02 10:02:00 +12:00
Aurélien Geron e3d9132afc
Merge pull request #16 from vi3itor/ch6-errata
Chapter 6: fix Big O notation and log base in ex. 5 solution
2022-06-02 09:56:05 +12:00
Victor Khaustov 2c61add90f Fix Big O notation and log base in ex. 5 solution 2022-06-01 18:15:06 +09:00
Aurélien Geron 4a06d1ab77
Merge pull request #15 from vi3itor/ch5-errata
Chapter 5: Fix typos and remove unused args in plot.grid()
2022-05-31 22:50:55 +12:00
Victor Khaustov 1cdc1b7178 Correct preposition 2022-05-31 17:04:55 +09:00
Victor Khaustov f32ce273d2 Fix typos and remove unused args in plot.grid() 2022-05-31 16:51:50 +09:00