Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 489 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 489 Bytes
description
Unsupervised learning knowledge and experiences

Unsupervised learning

Clustering

Data Dimensionality

One thing to note is that it’s often easiest to form clusters when you have low-dimensional data. For example, it can be difficult, and often noisy, to get good clusters from data that has over 100 features. In high-dimensional cases, there is often a dimensionality reduction step that takes place before data is analyzed by a clustering algorithm.