- Java Deep Learning Projects
- Md. Rezaul Karim
- 319字
- 2021-06-18 19:07:58
Unsupervised learning
In unsupervised learning, an input set is supplied to the system during the training phase. In contrast with supervised learning, the input objects are not labeled with their class. For classification, we assumed that we are given a training dataset of correctly labeled data. Unfortunately, we do not always have that advantage when we collect data in the real world.
For example, let's say you have a large collection of totally legal, not pirated, MP3 files in a crowded and massive folder on your hard drive. In such a case, how could we possibly group songs together if we do not have direct access to their metadata? One possible approach could be to mix various ML techniques, but clustering is often the best solution.
Now, what if you can build a clustering predictive model that helps automatically group together similar songs and organize them into your favorite categories, such as country, rap, rock, and so on? In short, unsupervised learning algorithms are commonly used in clustering problems. The following diagram gives us an idea of a clustering technique applied to solve this kind of problem:

Clustering techniques – an example of unsupervised learning
Although the data points are not labeled, we can still do the necessary feature engineering and grouping of a set of objects in such a way that objects in the same group (called a cluster) are brought together. This is not easy for a human. Rather, a standard approach is to define a similarity measure between two objects and then look for any cluster of objects that are more similar to each other than they are to the objects in the other clusters. Once we've done the clustering of the data points (that is, MP3 files) and the validation is completed, we know the pattern of the data (that is, what type of MP3 files fall in which group).
- 課課通計算機原理
- Dreamweaver CS3+Flash CS3+Fireworks CS3創意網站構建實例詳解
- Seven NoSQL Databases in a Week
- PostgreSQL 11 Server Side Programming Quick Start Guide
- Dreamweaver CS3網頁設計與網站建設詳解
- 自動檢測與轉換技術
- 最簡數據挖掘
- 大數據平臺異常檢測分析系統的若干關鍵技術研究
- 傳感器與物聯網技術
- 網絡綜合布線設計與施工技術
- 數據掘金
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- Hadoop Beginner's Guide
- Serverless Design Patterns and Best Practices
- 菜鳥起飛電腦組裝·維護與故障排查