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 |
Victor Khaustov
|
7fe396ef92
|
Fix figure numbering and correct typos
|
2022-05-24 21:37:17 +09:00 |
Aurélien Geron
|
b2103e953a
|
Merge branch 'main' of github.com:ageron/handson-ml3
|
2022-05-23 22:28:39 +12:00 |
Aurélien Geron
|
0128208dad
|
Replace book image with image of 3rd edition (early release)
|
2022-05-23 14:22:06 +12:00 |
Aurélien Geron
|
44f2c3f8d5
|
Merge pull request #13 from vi3itor/math-diff-calc
Correct typos and formatting in differential calculus tutorial
|
2022-05-22 09:57:47 +12:00 |
Victor Khaustov
|
3a3932f9bd
|
Fix sin function
|
2022-05-21 13:21:58 +09:00 |
Victor Khaustov
|
42525c610c
|
Update differential calculus tutorial
|
2022-05-20 13:17:31 +09:00 |
Aurélien Geron
|
609ca0bcb0
|
Merge pull request #12 from vi3itor/update-math-la
Update Linear Algebra tutorial
|
2022-05-19 15:41:22 +12:00 |
Victor Khaustov
|
f122f5ac70
|
Fix diff conflict
|
2022-05-18 18:51:32 +09:00 |
Victor Khaustov
|
413507a23c
|
Fix image metadata
|
2022-05-18 18:25:08 +09:00 |