Open omid-s opened 6 years ago
used a Keras Implemntation for DEC algorithm results : Horrible! https://github.com/XifengGuo/DEC-keras
Well you are trying to cluster 15k classes :)
implemented another clustering using KMeans :) to took a long time to train :D but it's done. I chose 1000 as # of classes for now
Maybe fewer clusters would be better. I mean the 15k will be cus of different types. Monuments = monuments , doesnt matter if the rome thing or .... Yea i dont know much monuments LOL. But the point is maybe reduce it to 100 classes :? I mean 1k classes might be good too. I have no idea lol. We need to get the ensemble up asap then we can tweak. On an average how long does the clustering algorithm take? Dense net will take a day or so to train.
took around 10h for a 120K sample size
Nice then we dont have to worry about time thing. I will have the updated dense net trained by tomorrow night.
BTW We can simply use the old dense net pretrained weights :) to tweak the clustering algorithm. Do we have some result from the pretrained networks @parya-j . In that case we can fix those slots and tweak the ensemble for the clustering bit.
just rerun it for 100 classes
we need a clustring model we can assume 1000 classes for now