利用K-means聚类分类,进行特征学习

  这只是老师安排的一个实验,准备过程中遇到各种问题,现在贴出来供大家参考,是Andrew Ng参与的研究,

  论文依据如下,第二篇是一篇相关的论文,

Learning Feature Representations with K-means, Adam Coates and Andrew Y. Ng. In Neural Networks: Tricks of the Trade, Reloaded, Springer LNCS, 2012

An Analysis of Single-Layer Networks in Unsupervised Feature Learning, Adam Coates, Honglak Lee, and Andrew Y. Ng. In AISTATS 14, 2011

  相关数据集下载地址与程序的运行,在文件中的readme中已给出,

  代码在这里

  另外给出几篇相关博客,也是与上面的论文相对应的:

  K-means特征学习

  单层非监督学习网络分析

  Kmeans单层网络识别性能给出了较为清晰的解释,

原文地址:https://www.cnblogs.com/1394htw/p/5497567.html