摘要: A traveler's map gives the distances between cities along the highways, together with the cost of each highway. Now you are supposed to write a progra 阅读全文
posted @ 2018-08-09 20:13 lypbendlf 阅读(180) 评论(0) 推荐(0)
摘要: 1.无监督学习概述 图1.无监督学习 有监督学习中,数据是有标签的,而无监督学习中的训练集是没有标签的,比如聚类算法。 2.k-means算法 k-means算法应用是十分广泛的聚类方法,它包括两个过程,首先是选取聚类中心,然后遍历每一个点,决定其属于哪个类;第二步是移动聚类中心点,根据刚才的聚类情 阅读全文
posted @ 2018-08-09 10:02 lypbendlf 阅读(154) 评论(0) 推荐(0)