- Machine Learning with Scala Quick Start Guide
- Md. Rezaul Karim
- 361字
- 2021-06-24 14:32:01
Unsupervised learning
How would you summarize and group a dataset if the labels were not given? Probably, you'll try to answer this question by finding the underlying structure of a dataset and measuring the statistical properties such as frequency distribution, mean, standard deviation, and so on. If the question is how would you effectively represent data in a compressed format? You'll probably reply saying that you'll use some software for doing the compression, although you might have no idea how that software would do it. The following diagram shows the typical workflow of an unsupervised learning task:

These are exactly two of the main goals of unsupervised learning, which is largely a data-driven process. We call this type of learning unsupervised because you will have to deal with unlabeled data. The following quote comes from Yann LeCun, director of AI research (source: Predictive Learning, NIPS 2016, Yann LeCun, Facebook Research):
The two most widely used unsupervised learning tasks include the following:
- Clustering: Grouping data points based on similarity (or statistical properties). For example, a company such as Airbnb often groups its apartments and houses into neighborhoods so that customers can navigate the listed ones more easily.
- Dimensionality reduction: Compressing the data with the structure and statistical properties preserved as much as possible. For example, often the number of dimensions of the dataset needs to be reduced for the modeling and visualization.
- Anomaly detection: Useful in several applications such as identification of credit card fraud detection, identifying faulty pieces of hardware in an industrial engineering process, and identifying outliers in large-scale datasets.
- Association rule mining: Often used in market basket analysis, for example, asking which items are brought together and frequently.
- Deep Learning Quick Reference
- Java Web整合開發(fā)全程指南
- 大數(shù)據(jù)時代
- Visual Basic.NET程序設(shè)計
- 工業(yè)機(jī)器人應(yīng)用案例集錦
- 零起點學(xué)西門子S7-200 PLC
- AI的25種可能
- Photoshop CS4數(shù)碼攝影處理50例
- HBase Essentials
- Effective Business Intelligence with QuickSight
- 網(wǎng)管員世界2009超值精華本
- 網(wǎng)絡(luò)信息安全項目教程
- PyTorch深度學(xué)習(xí)
- Appcelerator Titanium Smartphone App Development Cookbook(Second Edition)
- 洞察大數(shù)據(jù)價值:SAS編程與數(shù)據(jù)挖掘