Machine Learning
Most of the problems that are solved today with Machine Learning can be divided into two categories: supervised and unsupervised learning.
The main difference between these two categories is that in supervised learning, for each observation of the predictor variables
Unsupervised learning or clustering divides or segments the input data space into similar groups. Its goal is to find groups with similar characteristics, but we do not have prior knowledge. For example, it is used to segment clients into groups with similar patterns, detect anomalous behavior by identifying patterns that fall outside the usual clusters, or simplify or summarize very large datasets by grouping similar users.