- The Unsupervised Learning Workshop
- Aaron Jones Christopher Kruger Benjamin Johnston
- 115字
- 2021-06-18 18:12:50
Summary
In this chapter, we have explored what clustering is and why it is important in a variety of data challenges. Building upon this foundation of clustering knowledge, you implemented k-means, which is one of the simplest, yet most popular, methods of unsupervised learning. If you have reached this summary and can repeat what k-means does step by step to a friend, then you're ready to move on to more complex forms of clustering.
From here, we will be moving on to hierarchical clustering, which, in one configuration, reuses the centroid learning approach that we used in k-means. We will build upon this approach by outlining additional clustering methodologies and approaches in the next chapter.
推薦閱讀
- 24小時學會電腦組裝與維護
- 平衡掌控者:游戲數值經濟設計
- 微軟互聯網信息服務(IIS)最佳實踐 (微軟技術開發者叢書)
- 單片機開發與典型工程項目實例詳解
- 基于Proteus仿真的51單片機應用
- 基于PROTEUS的電路設計、仿真與制板
- 3D Printing Blueprints
- 基于網絡化教學的項目化單片機應用技術
- 嵌入式系統原理及應用:基于ARM Cortex-M4體系結構
- The Deep Learning with PyTorch Workshop
- 計算機組裝、維護與維修項目教程
- UML精粹:標準對象建模語言簡明指南(第3版)
- MicroPython Cookbook
- PIC系列單片機的流碼編程
- Learn Qt 5