Unsupervised learning is a branch of machine learning that learns from test data that has not been labeled, classified or categorized. Instead of responding to feedback, unsupervised learning identifies commonalities in the data and reacts based on the presence or absence of such commonalities in each new piece of data.
Unsupervised learning algorithms
Some of the most common algorithms used in unsupervised learning include:
- Clustering
- Anomaly detection
- Neural Networks
- Approaches for learning latent variable models such as
Read more on Wikipedia.
« Back to Glossary Index