Aurelien Geron
|
62907553b9
|
Fix error in training a stacked encoder one encoder at a time (fixes #166)
|
2018-02-06 16:36:23 +01:00 |
|
akellyirl
|
95e75cbdd0
|
Update 15_autoencoders.ipynb
PCA with a linear Autoencoder Section:
The calls to numpy.random require an import to work.
Added:
import numpy.random as rnd
|
2017-10-21 16:36:39 +01:00 |
|
Aurélien Geron
|
570451e8fa
|
Merge pull request #77 from jasrys/master
Fix typos
|
2017-09-18 08:47:31 +02:00 |
|
Aurelien Geron
|
c16a8a9986
|
Fix typo where n_hidden3 was used instead of n_outputs
|
2017-09-15 14:48:09 +02:00 |
|
Jason Rys
|
632a14fd66
|
Fix typos
|
2017-08-19 08:01:55 -07:00 |
|
Aurelien Geron
|
9938d0686b
|
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 |
|
Aurelien Geron
|
7fd688d21d
|
Use tf.layers instead of tf.contrib.layers
|
2017-04-30 10:21:27 +02:00 |
|
Aurelien Geron
|
a9c1c20a9b
|
Fix bug: tf.add_n([loss] + reg_losses) rather than loss + reg_losses
|
2017-03-04 12:36:25 +01:00 |
|
Aurelien Geron
|
d526403bb8
|
Upgrade notebooks to TensorFlow 1.0.0
|
2017-02-17 11:51:26 +01:00 |
|
Aurelien Geron
|
3c6ad486e1
|
Replace reduce_sum by reduce_mean for MSE (rather than SSE) error.
|
2017-02-02 18:51:54 +01:00 |
|
Aurelien Geron
|
37a7ed37b5
|
Add missing import sys
|
2016-10-08 00:19:23 +02:00 |
|
Aurelien Geron
|
5909b3b470
|
Add autoencoders, chapter 15
|
2016-10-06 14:08:46 +02:00 |
|