文献阅读(part2)--Towards K-means-friendly spaces Simultaneous deep learning and clustering

学习笔记,仅供参考


文章目录

      • Abstract
      • Introduction
      • Background and Related Works
      • Proposed Formulation
      • Optimization Procedure
        • Initialization via Layer-wise Pre-Training(通过分层预训练进行初始化)
        • Alternating Stochastic Optimization
      • Experiments
        • 合成数据演示
        • Real-Data Validation(实时数据验证)
      • Conclusion



Abstract


Most learning approaches treat dimensionality reduction (DR) and clustering separately (i.e., sequentially), but recent research has shown that optimizing the two tasks jointly can substantially improve the performance of both. The premise behind the latter genre is that the data samples are obtained via linear transformation of latent representations that are easy to cluster; but in practice, the transformation from the latent space to the data can be more complicated. In this work, we assume that this transformation is an unknown and possibly nonlinear function. To recover the ‘clustering-friendly’ latent representations and to better cluster the data, we propose a j

你可能感兴趣的:(机器学习,python,深度聚类)