Autoencoder Feature Selector basic example

This code implements the method described in "Autoencoder Inspired Unsupervised Feature" (Han 2018)

Al momento, stai seguendo questo contributo

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.

Cita come

Lyes Demri (2026). Autoencoder Feature Selector basic example (https://it.mathworks.com/matlabcentral/fileexchange/162171-autoencoder-feature-selector-basic-example), MATLAB Central File Exchange. Recuperato .

Add the first tag.

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
3.0.0

Added necessary functions

2.0.0

*Used larger images
*Implemented feature selection logic and feature weight visualization

1.0.0