Autoencoder Feature Selector basic example

버전 3.0.0 (3.25 KB) 작성자: Lyes Demri
This code implements the method described in "Autoencoder Inspired Unsupervised Feature" (Han 2018)
다운로드 수: 12
업데이트 날짜: 2024/4/22

라이선스 보기

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 (2025). Autoencoder Feature Selector basic example (https://kr.mathworks.com/matlabcentral/fileexchange/162171-autoencoder-feature-selector-basic-example), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2024a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
3.0.0

Added necessary functions

2.0.0

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

1.0.0