This website requires JavaScript.
44e46a6e34
Fix early stopping example, fixes #190
master
Aurelien Geron
2020-07-06 20:46:48 +12:00
0e4ae59984
Merge branch 'master' of github.com:ageron/handson-ml2
Aurelien Geron
2020-07-06 20:42:38 +12:00
fabd609360
Fix early stopping example, fixes #190
Aurelien Geron
2020-07-06 20:42:26 +12:00
fa59c0e0ab
Merge pull request #163 from rickiepark/upstream
Aurélien Geron
2020-07-05 18:46:48 +12:00
d3d7a2fb05
Merge pull request #154 from Quoding/patch-1
Aurélien Geron
2020-07-05 18:43:50 +12:00
3426108e25
Add a comment about sklearn.metrics.plot_confusion_matrix, fixes #142
Aurelien Geron
2020-07-05 18:35:06 +12:00
e1835f0351
fix colorbar ticks
Haesun Park
2020-05-09 11:40:30 +09:00
42f602beda
Fix typo in the word "enviromnent"
Quoding
2020-04-30 13:04:34 -04:00
e677beff8c
Link to matrix multiplication and Hadarmard product
Aurelien Geron
2020-04-24 16:54:38 +12:00
674ee5b2cc
plt.hist() normed renamed to density
Aurelien Geron
2020-04-24 16:49:42 +12:00
354433371a
Solution 9 version 4 requires TF 2.2 (add warning)
Aurelien Geron
2020-04-22 19:59:35 +12:00
b9c567d92b
Add more examples of TF-Addons seq2seq usage
Aurelien Geron
2020-04-22 19:21:56 +12:00
244ec4944f
Merge branch 'master' of github.com:ageron/handson-ml2
Aurelien Geron
2020-04-21 21:14:22 +12:00
6ff97ef4b8
Fix toc, imshow default interpolation, and detail animation rendering
Aurelien Geron
2020-04-21 21:14:10 +12:00
d77ce97ac7
Merge pull request #151 from davidcotton/master
Aurélien Geron
2020-04-21 18:02:57 +12:00
396a729676
Fix typo in 'Gradient Descent, revisited' section
dave
2020-04-21 11:45:59 +10:00
3f2731fa83
Fix derivative of sqrt(x)
Aurelien Geron
2020-04-20 14:50:27 +12:00
108404666a
Fix comment about nbagg backend for animations
Aurelien Geron
2020-04-20 10:55:20 +12:00
a8325cd5b0
Switch to jshtml to render animations
Aurelien Geron
2020-04-20 10:51:33 +12:00
604794d2c5
Fix test_set should be based on eval_files[5:], not eval_files[:5], fixes #144
Aurelien Geron
2020-04-19 16:21:00 +12:00
cea421a063
Add the transformers library, along with spacy and ftfy
Aurelien Geron
2020-04-19 16:15:29 +12:00
7baf5dc913
Add solutions to the coding exercises: Embedded Reber grammars, Encoder-Decoder and text generation using the transformers library
Aurelien Geron
2020-04-19 16:01:14 +12:00
6374838ff8
Clarify function vs curve
Aurelien Geron
2020-04-12 23:32:03 +12:00
dcb342df05
Fix Hessian notation
Aurelien Geron
2020-04-12 20:28:34 +12:00
d63508f3a5
Fix notebook name
Aurelien Geron
2020-04-12 18:59:42 +12:00
3874a15a07
Fix link to Colab
Aurelien Geron
2020-04-12 18:51:07 +12:00
b7263d3e71
Point to the autodiff notebook in index.ipynb and math_differential_calculus.ipynb
Aurelien Geron
2020-04-12 18:47:26 +12:00
6833f8d497
Update autodiff notebook to TF 2.x
Aurelien Geron
2020-04-12 18:43:31 +12:00
5a7b460efe
Add a notebook about differential calculus (derivatives and gradients)
Aurelien Geron
2020-04-12 18:13:52 +12:00
d3362bcf67
Update notebooks to latest nbformat
Aurelien Geron
2020-04-06 19:13:12 +12:00
8e466db32b
Update nbformat_minor
Aurelien Geron
2020-04-06 18:57:38 +12:00
ee7de40ea7
Update notebook 16 to TF 2.1
Aurelien Geron
2020-04-06 15:22:22 +12:00
01e65c08d4
Shrink notebook 15 (removing audio), so it loads faster in Colab, fixes #135
Aurelien Geron
2020-04-05 21:14:09 +12:00
fbe98e4f4e
Update requirements.txt
Aurelien Geron
2020-04-03 22:17:57 +13:00
a66410877a
Updated book_equations.ipynb and replaced it with a PDF, fixes #104
Aurelien Geron
2020-04-03 21:37:33 +13:00
9643e7ea3a
Fix some issues with TF 2.2 breaking changes
Aurelien Geron
2020-04-02 12:52:31 +13:00
fe878ea6f7
In TF 2.2.0-rc1, validation_data expects tuples, not lists, fixes #131
Aurelien Geron
2020-03-31 23:09:52 +13:00
40358e3179
Fix error in commented out code, fixes #89
Aurelien Geron
2020-03-31 21:39:51 +13:00
838ac57f52
Remove normalize=False in Audio since it does not work in Colab
Aurelien Geron
2020-03-28 10:29:34 +13:00
81e4dc7dcd
Add the coding exercise solutions for chapter 15 (SketchRNN and Bach chorale generator)
Aurelien Geron
2020-03-27 19:17:39 +13:00
5e0faa2b4c
Upgrade to recent library versions
Aurelien Geron
2020-03-21 13:48:09 +13:00
84af0de569
Add the coding exercise solutions for chapter 14
Aurelien Geron
2020-03-21 13:37:05 +13:00
ade72946e5
Add the coding exercise solutions for chapter 13
Aurelien Geron
2020-03-20 23:22:47 +13:00
db20048b2c
Install latest version of tqdm when using Colab
Aurelien Geron
2020-03-16 21:14:25 +13:00
9a2f5d7d12
Add the coding exercise solutions for chapter 12
Aurelien Geron
2020-03-16 18:51:30 +13:00
bf88482b02
Add comment about the reshape operation from the training_step function
Aurelien Geron
2020-03-12 22:51:36 +13:00
c15040c14e
Fix bug in training_step: target_Q_values must be a column vector
Aurelien Geron
2020-03-12 22:47:22 +13:00
44a8c04512
Add warning about Keras issue 13586
Aurelien Geron
2020-03-12 12:16:18 +13:00
197306ca5f
Add thanks to SuperYorio
Aurelien Geron
2020-03-11 10:07:34 +13:00
c7208f6b32
Merge branch 'master' of github.com:ageron/handson-ml2
Aurelien Geron
2020-03-11 09:55:57 +13:00
ede843bc55
Add solution to the chapter 11's coding exercises, fixes #102 and fixes #120
Aurelien Geron
2020-03-11 09:55:45 +13:00
47bbf772ea
Merge pull request #65 from patsancu/remove-hardcoded-recall-precision-threshold-coordinates
Aurélien Geron
2020-02-05 09:29:48 +13:00
429df4e827
Merge pull request #77 from faisito/patch-1
Aurélien Geron
2020-02-05 09:21:48 +13:00
3db4f51f42
Merge pull request #85 from vasili111/patch-1
Aurélien Geron
2020-02-05 09:20:44 +13:00
aa3eb8d943
Merge pull request #87 from vasili111/patch-2
Aurélien Geron
2020-02-05 09:19:49 +13:00
5500838567
Merge pull request #98 from ada-nai/master
Aurélien Geron
2020-02-05 09:19:04 +13:00
931582b3f7
Revert "updated chapter 01"
ada-nai
2020-01-31 14:33:25 +05:30
7e0f880f48
updated chapter 01
ada-nai
2020-01-31 13:42:15 +05:30
b099e6caec
Spelling change in INSTALL.md
Adarsh Nair
2020-01-31 12:54:26 +05:30
49e5a6b860
Merge pull request #97 from ageron/dependabot/pip/tensorflow-2.0.1
Aurélien Geron
2020-01-30 09:36:53 +13:00
df1f8f3e54
Bump tensorflow from 2.0.0 to 2.0.1
dependabot[bot]
2020-01-28 21:40:26 +00:00
6c2c2a9d43
Add solutions to chapter 10 code exercises
Aurelien Geron
2020-01-27 11:37:04 +13:00
67e16f4682
Add solutions to chapter 9 code exercises
Aurelien Geron
2020-01-26 19:16:11 +13:00
42f0cb62d1
Install urlextract if on Colab for exercise 4 and fix the word count
Aurelien Geron
2020-01-25 16:37:00 +13:00
418d0038bc
minor grammar ("matric" to "matrix")
vasili111
2020-01-08 10:20:38 -06:00
3976147470
clarification of which inverse
vasili111
2020-01-07 11:21:50 -06:00
67bbd371c5
Update 11_training_deep_neural_networks.ipynb
Fai Sharji
2019-12-25 23:00:26 -05:00
b78ffa8d70
Update requirements.txt and send Anaconda love
Aurelien Geron
2019-12-16 23:18:29 +08:00
e6c00b8200
Simplify the installation instructions
Aurelien Geron
2019-12-16 23:11:50 +08:00
aed6fb8430
Fixes #73 , tensorflow-addons and tensorflow-metadata installed via pip, not conda
Aurelien Geron
2019-12-16 17:25:55 +08:00
140214615a
environment-windows.yml should not be GPU by default
Aurelien Geron
2019-12-14 22:36:41 +08:00
4e150f6996
Update book cover image
Aurelien Geron
2019-12-14 19:24:57 +08:00
e7711b5833
Fix typos
Aurelien Geron
2019-12-14 19:08:09 +08:00
214e675cbd
Upgrade packages, and add environment-windows.yml
Aurelien Geron
2019-12-14 18:58:01 +08:00
189b6a125b
Rename Computing Gradients Using=>with Autodiff section to match book
Aurelien Geron
2019-12-10 12:23:44 +08:00
7f13714354
Remove graphviz version from environment.yml to work on Windows, and remove unused xgboost
Aurelien Geron
2019-11-22 12:15:10 +08:00
2cb6134ff0
Update installation instructions to recommend Anaconda and point to Docker
Aurelien Geron
2019-11-20 18:42:08 +08:00
59c2223fe3
remove hardcoded values for recall-precision-threshold intersection
patrick
2019-11-14 21:27:03 +01:00
19426d0f54
loss = metric * mean of sample weights, fixes #63
Aurelien Geron
2019-11-13 09:36:15 +08:00
db05f40924
Remove pyvirtualdisplay from environment.yml and add it to the Dockerfile
Aurelien Geron
2019-11-12 11:18:58 +08:00
cb51bc139a
Fix typo on import urllib
Aurelien Geron
2019-11-08 10:09:51 +08:00
ba96f3507a
Merge pull request #59 from SublimeApple/patch-1
Aurélien Geron
2019-11-08 10:05:27 +08:00
93f12cb402
urllib called, but never imported
Dave
2019-11-07 21:17:22 +00:00
9f9b57eb37
Replace /tmp/environment.yml with environment.yml in README.md
Aurelien Geron
2019-11-06 22:46:50 +08:00
61d028243a
Update the installation instructions
Aurelien Geron
2019-11-06 21:11:07 +08:00
729fec7426
Make notebooks 14 to 19 runnable in Colab without changes
Aurelien Geron
2019-11-06 21:06:55 +08:00
1f43973c59
Make notebook 13 runnable in Colab without changes
Aurelien Geron
2019-11-06 12:16:20 +08:00
991d98ff55
Make notebooks 10 and 11 runnable in Colab without changes
Aurelien Geron
2019-11-06 11:38:13 +08:00
aee38d0660
Work around issue with custom metric persistence
Aurelien Geron
2019-11-06 11:36:21 +08:00
641895d92d
Make notebooks 1 to 9 runnable in Colab without changes
Aurelien Geron
2019-11-05 22:26:52 +08:00
207195fb73
Add jsb_chorales dataset to .gitignore
Aurelien Geron
2019-11-05 21:18:24 +08:00
60b00299ac
Upgrade TFDS, TFX and TF Serving API
Aurelien Geron
2019-11-05 21:14:56 +08:00
28f890377e
Update Dockerfile and docker-compose.yml, fixes #52 , fixes #53 , fixes #55
Aurelien Geron
2019-11-05 16:27:33 +08:00
e1361d6d94
Fix error in OneCycleSchedule._interpolate(), fixes #56
Aurelien Geron
2019-11-05 11:16:48 +08:00
7538bd12d0
Add apt.txt for Binder
Aurelien Geron
2019-10-27 20:32:13 -07:00
fffb7215b7
Merge branch 'master' of github.com:ageron/handson-ml2
Aurelien Geron
2019-10-27 19:55:06 -07:00
df55f3c196
Simplify environment.yml
Aurelien Geron
2019-10-27 19:53:33 -07:00
8cffca0901
Update environment.yml to TFX 0.15.0rc0 and TFDS 1.3.0
Aurelien Geron
2019-10-27 19:17:41 -07:00
15f5b8f40c
Merge pull request #50 from BradyBromley/master
Aurélien Geron
2019-10-27 06:56:15 +08:00
283426b64d
Changed wording for clarity in README.md
BradyBromley
2019-10-25 10:03:33 -07:00