- F# for Machine Learning Essentials
- Sudipta Mukherjee
- 274字
- 2021-07-16 13:06:59
Unsupervised learning
As the name suggests, unlike supervised learning, unsupervised learning works on data that is not labeled or that doesn't have a category associated with each training example.
Unsupervised learning is used to understand data segmentation based on a few features of the data. For example, a supermarket might want to understand how many different types of customers they have. For that, they can use the following two features:
- The number of visits per month (number of times the customer shows up)
- The average bill amount
The initial data that the supermarket had might look like the following in a spreadsheet:

So the data plotted in these 2 dimensions, after being clustered, might look like this following image:

Here you see that there are 4 types of people with two extreme cases that have been annotated in the preceding image. Those who are very thorough and disciplinarian and know what they want, go to the store very few times and buy what they want, and generally their bills are very high. The vast majority falls under the basket where people make many trips (kind of like darting into a super market for a packet of chips, maybe) but their bills are really low. This type of information is crucial for the super market because they can optimize their operations based on these data.
This type of segmenting task has a special name in machine learning. It is called "clustering". There are several clustering algorithms and K Means Clustering is quite popular. The only flip side of k Means Clustering is that the number of possible clusters has to be told in the beginning.
- Google Flutter Mobile Development Quick Start Guide
- C#完全自學(xué)教程
- Learning OpenStack Networking(Neutron)
- OpenCV 4計算機(jī)視覺項目實戰(zhàn)(原書第2版)
- Learning Modular Java Programming
- Learning AWS
- INSTANT Silverlight 5 Animation
- Clean Code in C#
- CodeIgniter Web Application Blueprints
- Mastering Embedded Linux Programming
- Java編程指南:語法基礎(chǔ)、面向?qū)ο蟆⒑瘮?shù)式編程與項目實戰(zhàn)
- C#程序設(shè)計基礎(chǔ)與實踐
- JavaScript前端開發(fā)程序設(shè)計教程(微課版)
- Alfresco for Administrators
- WordPress 3.7 Complete(Third Edition)