"Autoencoder"(Machine Learning Method)
- Method forDimensionReduction,DimensionReduce,FeatureSpacePlot andFeatureSpacePlot3D.
- Reduce the dimension of data using an autoencoder neural net.
Details & Suboptions
- "Autoencoder" is a neural net–based dimensionality reduction method. The method learns a low-dimensional representation of data by learning to approximate the identity function using a deep network that has an information bottleneck.
- "Autoencoder" works for high-dimensional data (e.g. images), a large number of examples and noisy training sets; however, it is slow to train and can fail when the training set is small.
- The following feature-space plots (seeFeatureSpacePlot) show two-dimensional embeddings learned by the"Autoencoder" method applied to the benchmarking datasetsFisher's Irises,MNIST andFashionMNIST:
- The autoencoder network is made of an encoder net and a decoder net. The encoder net transforms the input data into a low-dimensional numeric representation (also called latent representation). The decoder attempts to reconstruct the original input from the latent representation:
- The encoder and decoder networks are trained together by minimizing the discrepancy between the original data and its reconstruction.
- The suboption"NetworkDepth" can be used to set the depth of encoder and decoder networks in order to control their capacity. Deeper networks allow the encoder to learn more complex patterns but will be more prone to overfitting."NetworkDepth"1 is equivalent to performing"PrincipalComponentsAnalysis".
- The following suboptions can be given:
"NetworkDepth" Automatic depth of the encoder and decoder MaxTrainingRounds Automatic maximum number of rounds of training


Examples
open allclose allBasic Examples (2)
Scope (1)
Options (2)
MaxTrainingRounds (1)
Applications (2)
Data Reconstruction (1)
Tech Notes
History
[8]ページ先頭
©2009-2025 Movatter.jp