Unsupervised Learning
Unsupervised Learning
A machine learning method that groups or organizes data by its features without being given correct answers.
In Simple Terms
Unsupervised learning is a method where a computer finds patterns and common traits on its own, using data that has no predefined correct answers. For example, it's used to automatically group customers with similar shopping habits, or to detect unusual data. It's widely used to uncover hidden patterns in data without any human guidance.
Behind the Name
The word "unsupervised" means "without supervision or guidance." It captures the idea of a computer learning on its own, without a teacher or instructor showing it the right answers along the way.
Take a Closer Look!
Unsupervised learning is a method that lets AI analyze the features and patterns in data that has no predefined correct answers attached.
The computer works through the data it's given and figures out biases and rules on its own.
The best-known roles of unsupervised learning are grouping data together and extracting only the most important features to organize it. Beyond that, it's also used for "anomaly detection" -- spotting unusual behavior that stands out from the norm.
These roles show up in technologies that automatically cluster similar items within large, unorganized datasets, that strip away unnecessary information to extract the essential features of data, and that detect patterns that deviate from the usual.
For example, it's used to pull out only the truly important information from complex data like images or audio, simplifying and organizing it.
This approach can reveal new connections and patterns in data that humans never anticipated.
It's an effective way to uncover surprising features hidden within data.
On the other hand, since there's no predefined standard for what counts as a correct answer, humans still need to check whether the resulting groupings are actually meaningful.