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
|
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
|
ba100cde2a
|
Replace reduce_sum by reduce_mean for MSE (rather than SSE) error.
|
2017-02-02 18:51:54 +01:00 |
Aurélien Geron
|
f23154de87
|
Add missing import sys
|
2016-10-08 00:19:23 +02:00 |
Aurélien Geron
|
9b5ffe0472
|
Add autoencoders, chapter 15
|
2016-10-06 14:08:46 +02:00 |