- Keras Reinforcement Learning Projects
- Giuseppe Ciaburro
- 199字
- 2021-08-13 15:26:02
Unsupervised learning
The aim of unsupervised learning is to automatically extract information from databases. This process occurs without a priori knowledge of the contents to be analyzed. Unlike supervised learning, there is no information on the membership classes of examples, or more 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 diagram shows supervised learning (on the left) and unsupervised learning examples (on the right):

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 is clearly identifiable and contains an order or a clear grouping.
- 零起步輕松學單片機技術(第2版)
- Mastering Matplotlib 2.x
- Div+CSS 3.0網頁布局案例精粹
- 機器學習及應用(在線實驗+在線自測)
- 控制與決策系統仿真
- Effective DevOps with AWS
- PIC單片機C語言非常入門與視頻演練
- 運動控制器與交流伺服系統的調試和應用
- Implementing Oracle API Platform Cloud Service
- 工業控制系統測試與評價技術
- 突破,Objective-C開發速學手冊
- Dreamweaver CS6精彩網頁制作與網站建設
- 液壓機智能故障診斷方法集成技術
- Linux Shell編程從初學到精通
- SQL Server數據庫應用基礎(第2版)