- 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.
- WildFly:New Features
- Apache Oozie Essentials
- C語言程序設計立體化案例教程
- 青少年Python編程入門
- Scala程序員面試算法寶典
- jQuery Mobile移動應用開發實戰(第3版)
- Android移動開發案例教程:基于Android Studio開發環境
- Learning C++ by Creating Games with UE4
- Learning Unreal Engine Game Development
- 你好!Java
- Getting Started with Windows Server Security
- 前端Serverless:面向全棧的無服務器架構實戰
- Hands-On Data Visualization with Bokeh
- 移動智能系統測試原理與實踐
- Java Web開發系統項目教程