Nithin A R
1d7c2956d1
Possible typo while loading IMDb dataset
...
possible typo while loading IMDb from keras
(X_train, y_test), (X_valid, y_test) = keras.datasets.imdb.load_data()
changed to
(X_train, y_train), (X_test, y_test) = keras.datasets.imdb.load_data()
2021-02-22 13:41:32 +05:30
Aurélien Geron
8b00e3130d
Solution 9 version 4 requires TF 2.2 (add warning)
2020-04-22 19:59:35 +12:00
Aurélien Geron
1f0bbc782a
Add more examples of TF-Addons seq2seq usage
2020-04-22 19:21:56 +12:00
Aurélien Geron
ffd127eb7a
Add solutions to the coding exercises: Embedded Reber grammars, Encoder-Decoder and text generation using the transformers library
2020-04-19 16:01:14 +12:00
Aurélien Geron
2f7ab70295
Update notebooks to latest nbformat
2020-04-06 19:13:12 +12:00
Aurélien Geron
ba6c75d6e5
Update notebook 16 to TF 2.1
2020-04-06 15:22:22 +12:00
Aurélien Geron
88dccccd5f
Make notebooks 14 to 19 runnable in Colab without changes
2019-11-06 21:06:55 +08:00
Thierry Herrmann
22aa520ccc
issue 32: remove dropout in stateful RNN
2019-09-28 12:06:05 -04:00
Aurélien Geron
f0f83903bd
Fix the transformer (use final encoder outputs)
2019-05-10 21:30:18 +08:00
Aurélien Geron
6f98bc5a04
Stateful RNNs now support recurrent_dropout
2019-04-21 15:55:39 +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