Commit Graph

580 Commits (ba6c75d6e5992626eb2e7110147abfe2f0132647)

Author SHA1 Message Date
Dave 8b7e47d6ef urllib called, but never imported
added import statement for urllib package, used in the downloading data section
2019-11-07 21:17:22 +00:00
Aurélien Geron 3890272042 Replace /tmp/environment.yml with environment.yml in README.md 2019-11-06 22:46:50 +08:00
Aurélien Geron 497eb70b7e Update the installation instructions 2019-11-06 21:11:07 +08:00
Aurélien Geron 88dccccd5f Make notebooks 14 to 19 runnable in Colab without changes 2019-11-06 21:06:55 +08:00
Aurélien Geron 56d8c08d3e Make notebook 13 runnable in Colab without changes 2019-11-06 12:16:20 +08:00
Aurélien Geron f810964f51 Make notebooks 10 and 11 runnable in Colab without changes 2019-11-06 11:38:13 +08:00
Aurélien Geron ec3a011ec9 Work around issue with custom metric persistence 2019-11-06 11:36:21 +08:00
Aurélien Geron a55720e9e4 Make notebooks 1 to 9 runnable in Colab without changes 2019-11-05 22:26:52 +08:00
Aurélien Geron 7e35fdc3c4 Add jsb_chorales dataset to .gitignore 2019-11-05 21:18:24 +08:00
Aurélien Geron b286375b97 Upgrade TFDS, TFX and TF Serving API 2019-11-05 21:14:56 +08:00
Aurélien Geron e728f4b722 Update Dockerfile and docker-compose.yml, fixes #52, fixes #53, fixes #55 2019-11-05 16:27:33 +08:00
Aurélien Geron 35bcff5450 Fix error in OneCycleSchedule._interpolate(), fixes #56 2019-11-05 11:17:15 +08:00
Aurélien Geron c618ee4633 Add apt.txt for Binder 2019-10-27 20:32:13 -07:00
Aurélien Geron c1908a5fba Merge branch 'master' of github.com:ageron/handson-ml2 2019-10-27 19:55:06 -07:00
Aurélien Geron ecac38a0f7 Simplify environment.yml 2019-10-27 19:53:33 -07:00
Aurélien Geron c3f3b43d6c Update environment.yml to TFX 0.15.0rc0 and TFDS 1.3.0 2019-10-27 19:17:41 -07:00
Aurélien Geron 9ffe9303b3 Merge pull request #50 from BradyBromley/master
Changed wording for clarity in README.md
2019-10-27 06:56:15 +08:00
BradyBromley 63978befe8 Changed wording for clarity in README.md 2019-10-25 10:03:33 -07:00
Aurélien Geron bbadc3276a Merge branch 'master' of github.com:ageron/handson-ml2 2019-10-21 09:02:13 +08:00
Aurélien Geron 5edb3f3e51 Add protoc example and tf.io.decode_proto() example 2019-10-21 09:01:15 +08:00
Aurélien Geron 143ef4b1db Remove y=None argument in the transform() method 2019-10-17 18:05:01 +08:00
Aurélien Geron 53dc780956 Merge pull request #41 from jmribeiro/master
Removed duplicated np.random.seed(42) entry from the second notebook
2019-10-14 10:11:13 +08:00
jmribeiro aed738c7ad Removed duplicated np.random.seed(42) entry from the second notebook 2019-10-13 19:20:42 +01:00
Aurélien Geron b5cbdc9276 Add environment.yml for conda, and update Dockerfile to use it 2019-10-13 21:56:08 +08:00
Aurélien Geron 89653bfade Improve a few figures (e.g., add missing labels, share axes, etc.) 2019-10-13 17:19:39 +08:00
Aurélien Geron 7e6489f8a4 Improve a few figures (e.g., add missing labels, share axes, etc.) 2019-10-13 16:58:36 +08:00
Aurélien Geron 23b6366c39 Update to TF 2.0.0 (from nightly) and update other libraries 2019-10-13 00:19:05 +09:30
Aurélien Geron d8971f1767 Fix os.join() => os.path.join() 2019-10-12 18:05:41 +09:30
Aurélien Geron 2913a17508 Work around "import tensorflow.train" bug. 2019-10-12 17:42:41 +09:30
Aurélien Geron 5c9957065b Work around "import tensorflow.train" bug. 2019-10-12 17:38:40 +09:30
Aurélien Geron 02205e034f Remove from __future__ imports as we move away from Python 2 2019-10-12 17:07:53 +09:30
Aurélien Geron 7d0052f146 Import urllib directly instead of from six.moves, as we move away from Python 2 2019-10-12 16:42:23 +09:30
Aurélien Geron f6dfa0ff76 Remove from __future__ imports as we move away from Python 2 2019-10-12 16:40:05 +09:30
Aurélien Geron 936e2cf50f Import urllib directly instead of from six.moves, as we move away from Python 2 2019-10-12 16:30:13 +09:30
Aurélien Geron 07b83a5e09 Import urllib directly instead of from six.moves, as we move away from Python 2 2019-10-12 16:29:54 +09:30
Aurélien Geron f5f1ce1ca0 Remove deepnote note about startup speed 2019-10-01 09:51:50 +09:30
Aurélien Geron 3f634d9eb9 Merge pull request #35 from Jirka-Lhotka/patch-1
Remove outdated note in Deepnote's description
2019-10-01 09:48:49 +09:30
Jirka-Lhotka 41686e16d2 Update Deepnote's note 2019-09-30 13:58:49 +02:00
Aurélien Geron f798a5c932 Merge pull request #34 from thierryherrmann/no_dropout_in_stateful_rnn
issue 32: temporarily remove dropout in stateful RNN
2019-09-30 15:30:10 +09:30
Thierry Herrmann 22aa520ccc issue 32: remove dropout in stateful RNN 2019-09-28 12:06:05 -04:00
Aurélien Geron b9509ced94 First to do => First thing to do 2019-09-28 22:55:02 +08:00
Aurélien Geron 568aea61e0 Remove {nbsp} twice 2019-09-02 21:35:33 +08:00
Aurélien Geron feb1dcf4a6 Merge pull request #26 from thierryherrmann/chap09_likelihood_fix
chap09 likelihood fix
2019-09-02 15:46:46 +08:00
Aurélien Geron 2c1c67e89a Replace 1^st^ with 1st. 2019-09-02 15:22:35 +08:00
Thierry Herrmann 497ec6d2aa chap09 likelihood fix 2019-09-01 12:55:16 -04:00
Aurélien Geron 15b9e4507e Add a doc describing the changes in the 2nd edition 2019-08-27 16:18:40 +08:00
Aurélien Geron 0c4a9820fd Update to nltk 3.4.5 (security patch) 2019-08-27 13:26:02 +08:00
Aurélien Geron ea3d17c063 Fix execution_counts 2019-08-12 14:51:06 +08:00
Aurélien Geron 87ea670bef Iris-Virginica => Iris virginica (& same for versicolor and setosa) 2019-08-12 14:45:33 +08:00
Aurélien Geron aad780b74b Fix Actual vs Forecast in diagrams, fixes #21 2019-08-03 12:11:40 +08:00