Skip to content

Commit fce2fc5

Browse files
committed
114 of 100 Days of Python
I began coding Autoencoders today. We began with a simple one that effectively mimicked PCA. Then we built a Stacked AE that learned the Fashion MNIST data.
1 parent 397e006 commit fce2fc5

8 files changed

+5214
-2
lines changed

HandsOnMachineLearningWithScikitLearnAndTensorFlow/.ipynb_checkpoints/homl_ch17_Representation-learning-and-generative-learning-using-autoencoders-and-gans-checkpoint.ipynb

Lines changed: 2476 additions & 1 deletion
Large diffs are not rendered by default.

HandsOnMachineLearningWithScikitLearnAndTensorFlow/homl_ch17_Representation-learning-and-generative-learning-using-autoencoders-and-gans.ipynb

Lines changed: 2476 additions & 1 deletion
Large diffs are not rendered by default.

HandsOnMachineLearningWithScikitLearnAndTensorFlow/homl_ch17_Representation-learning-and-generative-learning-using-autoencoders-and-gans.md

Lines changed: 257 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,3 +511,8 @@ I also learned about using a convlutional layer with the RNN.
511511
**Day 113 - February 17, 2020:**
512512
I finished Chapter 15 on RNNs by learning about WaveNet, a CNN architecture that can learn long and short patterns very efficiently.
513513
I began Chapter 17 (skipp 16 for now) on Autoencoders and Generative Adversarial Networks (GAN).
514+
515+
**Day 114 - February 18, 2020:**
516+
I began coding Autoencoders today.
517+
We began with a simple one that effectively mimicked PCA.
518+
Then we built a Stacked AE that learned the Fashion MNIST data.

0 commit comments

Comments
 (0)