- MATLAB for Machine Learning
- Giuseppe Ciaburro
- 202字
- 2021-07-02 19:37:32
Unsupervised learning
The aim of unsupervised learning is to automatically extract information from databases. This process occurs without prior knowledge of the contents to be analyzed. Unlike supervised learning, there is no information on membership classes of the examples or generally on the output corresponding to a certain input. The goal is to get a model that is able to discover interesting properties: groups with similar characteristics (clustering) for instance. Search engines are an example of an application of these algorithms. Given one or more keywords, they are able to create a list of links related to our search.
The validity of these algorithms depends on the usefulness of the information they can extract from the databases. These algorithms work by comparing data and looking for similarities or differences. Available data concerns only the set of features that describe each example.
The following figure shows supervised learning and unsupervised learning examples:

They show great efficiency with elements of numeric type, but are much less accurate with non-numeric data. Generally, they work properly in the presence of data that contains an order or a clear grouping and is clearly identifiable.
- Dynamics 365 Application Development
- 微服務設計原理與架構
- 數據結構(Python語言描述)(第2版)
- Functional Programming in JavaScript
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- Android Native Development Kit Cookbook
- 圖數據庫實戰
- Building Wireless Sensor Networks Using Arduino
- 代碼閱讀
- C語言程序設計
- 跟戴銘學iOS編程:理順核心知識點
- 軟件測試分析與實踐
- SSH框架企業級應用實戰
- SQL Server 2014 Development Essentials
- 用Go語言自制編譯器