Unsupervised Machine Learning

Types of unsupervised machine learning

1. Dimensionality Reduction

Reduce the number of features or variables in a dataset while preserving the essential information in the data
Algorithm

2. Clustering

Group similar data points together based on some similarity metric.
Algorithms:

3. Association rule mining

Identify relationships between variables in a dataset, such as products frequently purchased together in a retail setting.

4. Anomaly detection

Identifying rare or unusual data points that deviate significantly from the norm in a dataset.

5. Generative modeling

Learn the underlying probability distribution of the data and can be used to generate new samples that are similar to the original data