FlorentF9 / DeepTemporalClustering

:chart_with_upwards_trend: Keras implementation of the Deep Temporal Clustering (DTC) model
MIT License
219 stars 58 forks source link

Perform clustering without ground-truth? #1

Closed ShankarChavan closed 4 years ago

ShankarChavan commented 4 years ago

Can you share a sample code of using DTC which doesn't have ground-truth in the data? i.e. we have unlabeled dataset and we need to cluster them

FlorentF9 commented 4 years ago

Hi, unfortunately I am just seeing this issue now. Labels are completely optional and only used to evaluate external metrics (accuracy etc.). Just use None for y_train and y_val.