Commit Graph

11 Commits (e09fa470cecd38d538ca391b5930a67cf1f3b40e)

Author SHA1 Message Date
akellyirl 59ab30722e 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 dbaae16e88 Merge pull request #77 from jasrys/master
Fix typos
2017-09-18 08:47:31 +02:00
Aurélien Geron 43c95561da Fix typo where n_hidden3 was used instead of n_outputs 2017-09-15 14:48:09 +02:00
Jason Rys dc901e0ada Fix typos 2017-08-19 08:01:55 -07: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 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