- Machine Learning for the Web
- Andrea Isoni
- 151字
- 2021-07-14 10:46:10
Chapter 2. Unsupervised Machine Learning
As we have seen in the Chapter 1, Introduction to Practical Machine Learning Using Python, unsupervised learning is designed to provide insightful information on data unlabeled date. In many cases, a large dataset (both in terms of number of points and number of features) is unstructured and does not present any information at first sight, so these techniques are used to highlight hidden structures on data (clustering) or to reduce its complexity without losing relevant information (dimensionality reduction). This chapter will focus on the main clustering algorithms (the first part of the chapter) and dimensionality reduction methods (the second part of the chapter). The differences and advantages of the methods will be highlighted by providing a practical example using Python libraries. All of the code will be available on the author's GitHub profile, in the https://github.com/ai2010/machine_learning_for_the_web/tree/master/chapter_2/ folder. We will now start describing clustering algorithms.
- Vue.js 3.x從入門(mén)到精通(視頻教學(xué)版)
- Java編程指南:基礎(chǔ)知識(shí)、類(lèi)庫(kù)應(yīng)用及案例設(shè)計(jì)
- 趣學(xué)Python算法100例
- Java設(shè)計(jì)模式及實(shí)踐
- Learning Selenium Testing Tools(Third Edition)
- 快人一步:系統(tǒng)性能提高之道
- Unity 2D Game Development Cookbook
- C語(yǔ)言開(kāi)發(fā)基礎(chǔ)教程(Dev-C++)(第2版)
- Qlik Sense? Cookbook
- 邊玩邊學(xué)Scratch3.0少兒趣味編程
- Greenplum構(gòu)建實(shí)時(shí)數(shù)據(jù)倉(cāng)庫(kù)實(shí)踐
- Processing開(kāi)發(fā)實(shí)戰(zhàn)
- PHP 7 Programming Blueprints
- Instant AppFog
- JavaScript+jQuery交互式Web前端開(kāi)發(fā)(第2版)