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://jp.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