書名: Applied Unsupervised Learning with Python作者名: Benjamin Johnston Aaron Jones Christopher Kruger本章字數: 52字更新時間: 2021-06-11 13:23:55
Chapter 2
Hierarchical Clustering
Learning Objectives
By the end of this chapter, you will be able to:
- Implement the hierarchical clustering algorithm from scratch by using packages
- Perform agglomerative clustering
- Compare k-means with hierarchical clustering
In this chapter, we will use hierarchical clustering to build stronger groupings which make more logical sense.
推薦閱讀
- Learning Python Web Penetration Testing
- PHP基礎案例教程
- Java Web開發之道
- 青少年美育趣味課堂:XMind思維導圖制作
- Java開發入行真功夫
- Java:Data Science Made Easy
- HTML5+CSS3網站設計教程
- HTML5+CSS3網站設計基礎教程
- C和C++游戲趣味編程
- Test-Driven Development with Django
- Java Web應用開發項目教程
- Getting Started with Python
- Arduino電子設計實戰指南:零基礎篇
- AMP:Building Accelerated Mobile Pages
- Go Systems Programming