New: unsupervisedlearningAll contenthive-129948hive-196917krhive-150122steemhive-180932hive-166405zzanphotographyhive-183959hive-185836hive-188619hive-144064hive-183397hive-101145uncommonlabhive-103599hive-145157hive-184714hive-180106hive-193637hive-150943hive-138689bitcoinhive-109690TrendingNewHotLikersxiaozhi666 (33)in affinitypropagation • 2 years ago探索Affinity Propagation聚类算法的核心机制Affinity Propagation (AP)是一种基于数据点之间相似度的聚类算法。不同于K-means聚类,AP不需要预先设定聚类数量,它通过迭代的方式找到数据的最佳聚类结构。这个算法的核心是在数据集中识别出“代表点”来作为各个聚类的中心,从而确保每个聚类的内部相似度尽可能高,而不同聚类之间的相似度尽可能低。…alketcecaj (55)in machinelearning • 8 years agoWhat is the difference between supervised and unsupervised learning algorithms?I’ll try to explain it in an intuitive way through two examples: Supervised An example of supervised learning algorithm can be a credit card fraud detection, where the learning algorithm is…