码迷,mamicode.com
首页 > 其他好文 > 详细

ML- Unsupervised Learning, K-means, Dimentionality Reduction

时间:2018-09-09 15:03:02      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:算法   arc   sea   bow   proc   pac   ram   learn   using   

 

 Clustering

 K-means:
基本思想是先随机选择要分类数目的点,然后找出距离这些点最近的training data 着色,距离哪个点近就算哪种类型,再对每种分类算出平均值,把中心点移动到平均值处,重复着色算平均值,直到分类成功.
  技术分享图片

 

  技术分享图片
 
  技术分享图片
 
 
One way to choose K is elbow method
技术分享图片
 
 
 
Dimentionality Reduction: to save space of memory and speed up compute. 还有一个作用是可以用降维来visualize data.
 
技术分享图片
 
降维最常用的算法PCA (Principal Component Analysis)
技术分享图片
技术分享图片
 
 
the 1st step of PCA algo is data preprocessing
技术分享图片
 
 
PCA algo in matlab:
技术分享图片
 
How to de-compress back from 100-dimentional to 1000-dimentional
 
技术分享图片
How to choose the parameter K
技术分享图片
 
Advice for using PCA. PCA is often used for data compresion and visualization. it is bad to use it to prevent overfitting.

ML- Unsupervised Learning, K-means, Dimentionality Reduction

标签:算法   arc   sea   bow   proc   pac   ram   learn   using   

原文地址:https://www.cnblogs.com/mashuai-191/p/9612791.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!