PP: Unsupervised deep embedding for clustering analysis

Problem: unsupervised clustering

represent data in feature space; learn a non-linear mapping from data space X to feature space Z. 

Problem formulation: cluster a set of n points into k clusters, each represented by a centroid uj.

 Instead of clustering directly in the data space X, we propose to first transform the data with a nonlinear mapping fθ : X → Z, where θ are learnable parameters and Z is the latent feature space.

posted @ 2020-02-18 00:38  keeps_you_warm  阅读(105)  评论(0编辑  收藏  举报