Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
data_mining:neural_network:autoencoder [2017/07/30 16:01] – [Autoencoder] phreazer | data_mining:neural_network:autoencoder [2017/07/30 16:02] (current) – [Autoencoder] phreazer | ||
---|---|---|---|
Line 4: | Line 4: | ||
* Loss as evaluation metric | * Loss as evaluation metric | ||
* Difference to RBM: Deterministic approach (not stochastic). | * Difference to RBM: Deterministic approach (not stochastic). | ||
- | + | * Encoder compresses to few dimensions, Decoder maps back to full dimensionality | |
- | Encoder compresses to few dimensions, Decoder maps back to full dimensionality | + | * Building block for deep belief networks |
===== Comparison with PCA ===== | ===== Comparison with PCA ===== | ||