Autoencoder Feature Selector basic example

版本 3.0.0 (3.2 KB) 作者: Lyes Demri
This code implements the method described in "Autoencoder Inspired Unsupervised Feature" (Han 2018)
6.0 次下载
更新时间 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 (2024). Autoencoder Feature Selector basic example (https://www.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