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
|
060420e1ac
|
Download spam dataset into the ./datasets/ folder
|
2022-02-21 15:03:05 +13:00 |
Aurélien Geron
|
027d7368c0
|
Fix exercise section
|
2022-02-20 17:38:01 +13:00 |
Aurélien Geron
|
85171acd17
|
Require Python 3.7+
|
2022-02-19 23:03:20 +13:00 |
Aurélien Geron
|
0a28fab583
|
Add notebook outputs
|
2022-02-19 22:24:54 +13:00 |
Aurélien Geron
|
591d6e4b3e
|
Big update of chapters 11, 12, 13 for 3rd edition
|
2022-02-19 18:19:26 +13:00 |
Aurélien Geron
|
a2c05861f3
|
Move notebooks again as the SVM chapter is added back
|
2021-11-23 13:41:17 +13:00 |
Aurélien Geron
|
ce4fccf74c
|
Large change: Chapter 5 on SVMs moves online
|
2021-10-15 21:59:45 +13:00 |
Aurélien Geron
|
fa1ae51184
|
Large change: replace os.path with pathlib, move to Python 3.7
|
2021-10-15 21:46:27 +13:00 |
Aurélien Geron
|
fdb5d1695e
|
Replace pip install mcpi with %pip which always installs in the right environment
|
2021-10-07 18:10:34 +13:00 |
Aurélien Geron
|
2bd68d6348
|
Fix some section levels
|
2021-10-02 22:40:18 +13:00 |
Aurélien Geron
|
5976ed3d1e
|
Replace tfhub.dev/google/tf2-preview/nnlm-en-dim50/1 with tfhub.dev/google/nnlm-en-dim50/2
|
2021-09-19 17:08:41 +12:00 |
Aurélien Geron
|
108fe1fa53
|
Replace lr with learning_rate in Keras optimizers, fixes #456
|
2021-08-31 20:54:35 +12:00 |
Aurélien Geron
|
1b96533668
|
Replace 'Open in Colab' button
|
2021-05-26 07:40:58 +12:00 |
Aurélien Geron
|
ad0aa8ebad
|
Merge pull request #430 from pizzaz93/add-kaggle-badge
Add Open in Kaggle badge
|
2021-05-26 07:23:33 +12:00 |
Peretz Cohen
|
5d8d11371a
|
Update 13_loading_and_preprocessing_data.ipynb
fix link
|
2021-05-25 11:18:00 -07:00 |
Aurélien Geron
|
4eb3e7d947
|
Fix exercise 10.e: exclude the padding tokens when computing the mean of the word embeddings
|
2021-05-25 21:54:03 +12:00 |
Peretz Cohen
|
4b02bac9da
|
Merge branch 'ageron:master' into add-kaggle-badge
|
2021-05-24 20:24:08 -07:00 |
Peretz Cohen
|
50da5ebb1a
|
Update 13_loading_and_preprocessing_data.ipynb
add Open in Kaggle badge
|
2021-05-24 20:14:52 -07:00 |
Aurélien Geron
|
c3020f1da5
|
Support running on Kaggle
|
2021-05-25 12:07:29 +12:00 |
Aurélien Geron
|
d46938857c
|
Merge pull request #286 from ibeauregard/changes-chap13
A few changes in Chapter 13 notebook
|
2021-03-02 12:14:48 +13:00 |
Aurélien Geron
|
670873843d
|
Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1
|
2021-02-14 15:02:09 +13:00 |
Ian Beauregard
|
08e3870053
|
Correct small "code typo"
|
2020-10-06 19:20:18 -04:00 |
Ian Beauregard
|
a83d4885dc
|
Correct a small typo
One missing word.
|
2020-10-06 18:51:06 -04:00 |
Ian Beauregard
|
c3cbfd04d5
|
Adding two missing words
|
2020-10-06 17:51:42 -04:00 |
Ian Beauregard
|
cbfefe7a97
|
Change function argument
In Exercise 9, function `mnist_dataset` was called with the wrong argument.
|
2020-10-06 17:02:03 -04:00 |
Aurélien Geron
|
2f7ab70295
|
Update notebooks to latest nbformat
|
2020-04-06 19:13:12 +12:00 |
Aurélien Geron
|
9dafb01893
|
Add the coding exercise solutions for chapter 13
|
2020-03-20 23:22:47 +13:00 |
Aurélien Geron
|
56d8c08d3e
|
Make notebook 13 runnable in Colab without changes
|
2019-11-06 12:16:20 +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
|
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
|
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
|
400920f0aa
|
SGD now defaults to lr=0.01 so use 1e-3 explicitly
|
2019-06-10 10:53:32 +08:00 |
Aurélien Geron
|
73a36f335f
|
Add warning about TF issue regarding DenseFeatures and the Functional API, fixes #6
|
2019-05-15 20:23:24 +08:00 |
Aurélien Geron
|
df9b91e2e8
|
Rename chapters 11 to 15 and split chapter 15 into 15 and 16
|
2019-04-16 20:39:14 +08:00 |
Aurélien Geron
|
52afcf4290
|
Crop long outputs so they show up nicer on github.com
|
2019-04-16 00:06:57 +08:00 |
Aurélien Geron
|
990fb1a453
|
Add notebook for chapter 13, loading and preprocessing data
|
2019-03-14 09:15:09 +08:00 |