kowaalczyk / astronomical-classification

201st place (top 19%) submission for PLAsTiCC Astronomical Classification Kaggle Competition, team MIMUW E L I T E.
https://www.kaggle.com/c/PLAsTiCC-2018
4 stars 0 forks source link

Build autoencoder for feature extraction (use hidden layer outputs as features to train classifier) #53

Open kowaalczyk opened 5 years ago

kowaalczyk commented 5 years ago

Idea is to have autoencoder trained on entire dataset and take its middle layer (embedding) as a feature to later train classifier on the train set. This is really time consuming and we'll have to use out-of-the box solution for some transformations.

Read before starting the issue:

Metadata feature extraction:

Architectures:

kowaalczyk commented 5 years ago

EDIT: Start with CNN autoencoder for our existing features