Autoencoder Feature Selector basic example

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.

인용 양식

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

태그

태그 추가

Add the first tag.

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
3.0.0

Added necessary functions

2.0.0

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

1.0.0