Skip to content

The official implementation of unsupervised feature selection via transformed auto-encoder.

Notifications You must be signed in to change notification settings

wownice333/UFS_TAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unsupervised Feature Selection via Transformed Auto-Encoder

Dependencies

  • python 3.8, torch, numpy, scikit-learn

If you have installed above mentioned packages you can skip this step. Otherwise run:

pip install -r requirements.txt

Reproduce results

To generate results

python main.py

Citation

If you use this code, please cite

@article{zhang2021unsupervised,
title = {Unsupervised feature selection via transformed auto-encoder}, 
journal = {Knowledge-Based Systems}, 
volume = {215},
pages = {106748},
year = {2021},
author = {Yunhe Zhang and Zhoumin Lu and Shiping Wang}
}

About

The official implementation of unsupervised feature selection via transformed auto-encoder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages