shahsohil / DCC

This repository contains the source code and data for reproducing results of Deep Continuous Clustering paper
MIT License
209 stars 53 forks source link

Data Requirement #21

Closed LIUZHENYU0609 closed 4 years ago

LIUZHENYU0609 commented 4 years ago

After reading yor code,I hava a question about the input data. Does the input data of the SADE network have to be labeled data?If so, isn't this still supervised learning?

shahsohil commented 4 years ago

No, you do not need labelled data for any training code. Wherever there is a placeholder for labels, feel free to fill it up with random labels. Labels are indeed only used for evaluation.