Autoencoder Feature Selector basic example
Version 3.0.0 (3,25 KB) von
Lyes Demri
This code implements the method described in "Autoencoder Inspired Unsupervised Feature" (Han 2018)
This code implements the method described in "Autoencoder Inspired Unsupervised Feature" (Han 2018). Four 3x3 pixel images are generated, then an autoencoder is trained with Row-Sparse Regularization on the encoder and Sparsity Regularization. The AE is tested by attempting to denoise noisy images. It can be seen that regularization provides smaller weights and biases for the network, but at the cost of a worse reconstruction.
Zitieren als
Lyes Demri (2026). Autoencoder Feature Selector basic example (https://de.mathworks.com/matlabcentral/fileexchange/162171-autoencoder-feature-selector-basic-example), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2024a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 3.0.0 | Added necessary functions |
||
| 2.0.0 | *Used larger images
|
||
| 1.0.0 |
