- Keras 2.x Projects
- Giuseppe Ciaburro
- 244字
- 2021-07-02 14:36:22
Unsupervised learning
The aim of unsupervised learning is to extract information from databases automatically . This process occurs without prior knowledge of the contents to be analyzed. Unlike supervised learning, there's 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's 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're 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. They show great efficiency with elements of numeric type, but are much less accurate with nonnumeric data. Generally, they work properly in the presence of data that contains an order or a clear grouping and is clearly identifiable.
The following diagram shows a generic unsupervised learning workflow:

In the previous diagram, a series of images of fruits characterized by different shapes and colors are supplied as input. Nothing else is provided as input. The neural network will be able to group objects (images) on the basis of some common properties, which may be the color (yellow and orange) or the form (elliptical and rounded).
- 錯覺:AI 如何通過數據挖掘誤導我們
- Supervised Machine Learning with Python
- 21天學通Visual C++
- 計算機系統結構
- Java Web整合開發全程指南
- Apache Superset Quick Start Guide
- Prometheus監控實戰
- 西門子變頻器技術入門及實踐
- 深度學習與目標檢測
- Hands-On Data Warehousing with Azure Data Factory
- 基于RPA技術財務機器人的應用與研究
- Machine Learning with Spark(Second Edition)
- QTP自動化測試實踐
- 智能小車機器人制作大全(第2版)
- Raspberry Pi 3 Projects for Java Programmers