Commit Graph

15 Commits (c4e72ddc499837016b6c2180cd24be18c05d7ed5)

Author SHA1 Message Date
Aurélien Geron fd0ce384f2 Set DropoutWrapper's input_keep_prob parameter using a placeholder, fixes #111 2017-10-27 16:19:15 +02:00
Aurélien Geron 37eb9b4148 Add comment about the DeviceWrapper class since TF 1.1 2017-10-18 09:44:57 +02:00
Aurélien Geron b9b6066438 Merge branch 'master' of https://github.com/francotheengineer/handson-ml into francotheengineer-master 2017-10-18 09:36:00 +02:00
Aurélien Geron d96c1644bb Add solution to exercise 7 in chapter 14 2017-10-05 13:22:06 +02:00
Jason Rys dc901e0ada Fix typos 2017-08-19 08:01:55 -07:00
Aurélien Geron 95b91de6a6 Replace rnd by np.random in notebook 14 2017-08-16 10:44:18 +02:00
francotheengineer 2129ca1f27 Fixed Deep RNN Multi-gpu implementation to use tf
Fixed Deep RNN Multi-gpu implementation to use tf.python.ops.nn.rnn_cell DeviceWrapper class instead of implementing custom class to achieve the same result.  It would appear that the custom class shown with the code does not function.
2017-07-07 12:04:17 +01:00
Aurélien Geron 74794da1de Use np.random.set_seed(42) and tf.set_random_seed(42) to make notebook's output constant, and simplify code in notebook 15 2017-06-07 17:52:59 +02:00
Aurélien Geron 9910d31ec3 Upgrade notebook 14 to support TF 1.1+ (there were breaking changes with RNNs) 2017-06-05 19:18:20 +02:00
Aurélien Geron 326d32cae0 Use tf.layers instead of tf.contrib.layers 2017-04-30 10:21:27 +02:00
Aurélien Geron 206f0e17f4 Ensure python 2 support for chapters 13 and 14 2017-02-17 22:32:08 +01:00
Aurélien Geron d8176ec2cb Upgrade notebooks to TensorFlow 1.0.0 2017-02-17 11:51:26 +01:00
Aurélien Geron 3dfc9ba8b3 Add word embeddings and NLP stub 2016-11-24 17:23:11 +01:00
Aurélien Geron 4b15a6cf19 Little tweaks to beautify code in chapter 14 2016-10-06 14:52:36 +02:00
Aurélien Geron d7d6c121e3 Add notebooks for chapters 5 to 14 2016-09-27 23:31:21 +02:00