Commit Graph

10 Commits (26d79edcda0e542153afd4487b3e6d04c8f666fc)

Author SHA1 Message Date
Aurélien Geron a65ab3b154 Fixes #56, bug in DNNClassifier for batch normalization 2017-07-13 11:13:37 +02:00
Aurélien Geron 4b264044c8 Add SELU activation function example and snip out repetitive outputs 2017-06-21 15:35:47 +02:00
Aurélien Geron b2ec3968f5 Add exercise solutions for chapter 11 2017-06-14 09:09:23 +02:00
Aurélien Geron 045150bd95 Use np.random.set_seed(42) and tf.set_random_seed(42) to make notebook's output constant 2017-06-07 08:59:58 +02:00
Aurélien Geron e6cd00f9a4 Sync chapter 11 notebook with the code samples in that chapter 2017-06-05 18:48:03 +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 7997d4d38c Fix bug: tf.add_n([loss] + reg_losses) rather than loss + reg_losses 2017-03-04 12:36:25 +01:00
Aurélien Geron d8176ec2cb Upgrade notebooks to TensorFlow 1.0.0 2017-02-17 11:51:26 +01:00
Aurélien Geron ccb28831cb Migrate to TensorFlow 0.11.0 2016-11-23 09:26:19 +01:00
Aurélien Geron d7d6c121e3 Add notebooks for chapters 5 to 14 2016-09-27 23:31:21 +02:00