- What is Supervised Learning in data mining and artificial intelligence
- Examples of Supervise Learning in data mining and artificial intelligence
- What is Unsupervised learning in data mining and artificial intelligence
- Examples of Unsupervised learning in data mining and artificial intelligence
What is Supervised Learning in data mining and artificial intelligence?
In supervised learning, programmer/supervisor of the system train the system that how the system will learn the new things.Examples of Supervise Learning in data mining and artificial intelligence.
For example, we have trained our system according to the following rules; If the shape of the object is long and curved with dark Yellow or yellow color, then it will be labeled as Banana.


What is Unsupervised learning in data mining and artificial intelligence?
In unsupervised learning, the system is not trained earlier but after taking the inputs the system will decide the objects according to the similarity and difference of patternsExamples of Unsupervised learning in data mining and artificial intelligence
For example, our system can create the clusters as follows;- All objects with wings are birds
- All objects without wings are not birds.

- Sparrow is a bird.
- Orange and banana are not birds.