Unsupervised learning in A.I machine learning? what that means in AWS Machine learning thats what we will see in the post. Do check this link if you hadn't seen what is supervised learning which will help you understand things easily to compare. Let's begin..
Also Read : What is Artificial Intelligence (A.I), GenAI and its future?
What is unsupervised machine learning?
That’s what unsupervised machine learning does. The computer looks at a bunch of data without any instructions—no labels like “this is a cat” or “this is spam”—and tries to make sense of it by finding patterns. It’s like letting the computer be curious and figure things out on its own.
Instead of telling it, "Hey, these are emails that are junk," you just give it all your emails, and the system starts noticing: "Hmm, these ones have a lot of ‘free money’ and weird links... maybe they belong together."
It’s a clever way computers learn to organize, detect patterns, or discover hidden structures in messy piles of information—kind of like how humans sort socks without having to read instructions.
That's okay, how it will do for image? Is there any pattern it understands?
If that was your question, the short answer is yes!
Computers break images down into tiny squares called pixels, each with color values.
1080p means the image is 1920 pixels wide and 1080 pixels tall.
4K usually means about 3840 pixels wide and 2160 pixels tall.
So yes—when computers analyze images, they’re working with these tiny colored squares, or pixels, one by one.
The more pixels there are, the more detailed the image is, and the more info a computer can gather from it.
So, incase it wants to understand the image is dog?
For unsupervised learning, it won't be told 'this is a dog.' Instead, it will still break down images into pixels. It might then look for patterns: 'Hmm, these pixels often form shapes like pointy ears or a round ears. These images often have similar fur textures.' If it finds many images with these similar pixel patterns, it might group them into a cluster. Later, it might look at that cluster and say, 'Ah, this cluster seems to be all the dogs!' The computer found the pattern on its own, without a label."
This is called Unsupervised learning!
The hard fact that will be difficult to digest is, computer/AI came a long way. It can now create videos with this pattern in seconds when you give keywords/prompt you gave! Im just referring you AI generated videos, think how far we came!
There are some unsupervised techniques like we had in Supervised learning.
Let's see one by one in short..
What is clustering in machine learning?
Simple, when a computer groups things that look alike (even though it doesn’t know what those things are) its called clustering a perfect Example: on your family photo, everyone will look alike, if system classifies and organize as you all alook alike then it is called Clustering. .
Second is Anomaly Detection / Outlier Detection:
What is this Anomaly detection?
It's when a system says, "Hmm, this one looks weird compared to the rest." Like finding one red sock in a group of white ones, thats called Anomaly detection! This is super useful for fraud detection or monitoring sensor data for unusual behavior. AWS has a specialized built-in algorithm in SageMaker called Random Cut Forest (RCF) specifically for this it seems. Dont' break your head about that for now, we will start reading about that once we covered all basics!