- The Unsupervised Learning Workshop
- Aaron Jones Christopher Kruger Benjamin Johnston
- 170字
- 2021-06-18 18:12:50
Introduction
In this chapter, we will expand on the basic ideas that we built in Chapter 1, Introduction to Clustering, by surrounding clustering with the concept of similarity. Once again, we will be implementing forms of the Euclidean distance to capture the notion of similarity. It is important to bear in mind that the Euclidean distance just happens to be one of the most popular distance metrics; it's not the only one. Through these distance metrics, we will expand on the simple neighbor calculations that we explored in the previous chapter by introducing the concept of hierarchy. By using hierarchy to convey clustering information, we can build stronger groupings that make more logical sense. Similar to k-means, hierarchical clustering can be helpful for cases such as customer segmentation or identifying similar product types. However, there is a slight benefit in being able to explain things in a clearer fashion with hierarchical clustering. In this chapter, we will outline some cases where hierarchical clustering can be the solution you're looking for.
- ATmega16單片機(jī)項(xiàng)目驅(qū)動(dòng)教程
- Learning AngularJS Animations
- 電腦維護(hù)與故障排除傻瓜書(Windows 10適用)
- 基于Proteus和Keil的C51程序設(shè)計(jì)項(xiàng)目教程(第2版):理論、仿真、實(shí)踐相融合
- Deep Learning with PyTorch
- 從零開始學(xué)51單片機(jī)C語(yǔ)言
- Learning Game Physics with Bullet Physics and OpenGL
- 單片機(jī)系統(tǒng)設(shè)計(jì)與開發(fā)教程
- Spring Cloud微服務(wù)和分布式系統(tǒng)實(shí)踐
- 基于PROTEUS的電路設(shè)計(jì)、仿真與制板
- STM32自學(xué)筆記
- 微控制器的應(yīng)用
- FPGA進(jìn)階開發(fā)與實(shí)踐
- Practical Artificial Intelligence and Blockchain
- Applied Deep Learning with Keras