DeepCluster Training

Learn to implement a widely used clustering algorithm: DeepCluster.

We'll cover the following

Predicting the cluster assignments

After obtaining these cluster assignments {y1,y2,...yN} such that yi[0,K)\{ y_1, y_2, ... y_N \} \ \text{such that} \ y_i \in [0,K), the next step involves updating the neural network f=ghf = g \circ h by predicting these cluster assignments. We can perform a KK-way classification by optimizing the following loss objective.

Get hands-on with 1200+ tech skills courses.