DeepHyperX icon indicating copy to clipboard operation
DeepHyperX copied to clipboard

Add support for unsupervised models

Open nshaud opened this issue 3 years ago • 1 comments

Maybe out of scope for this toolbox.

The toolbox currently work with the assumption that the models are supervised. Working with unsupervised models (e.g. autoencoders) could be helpful.

  • [ ] Support other criterions in models.py (easy)
  • [ ] Support other metrics in metrics() (medium)
  • [ ] Either support no target or target = data (e.g. autoencoder) (hard)

nshaud avatar Dec 02 '20 14:12 nshaud

Interesting features, I'd like to try although I am not familiar with coding unsupervised models. -)

mengxue-rs avatar Dec 04 '20 06:12 mengxue-rs