+1 vote
in Artificial Intelligence by
What Are the Different Types of Machine Learning?

1 Answer

0 votes
by

There are three types of machine learning:

Supervised Learning

In supervised machine learning, a model makes predictions or decisions based on past or labeled data. Labeled data refers to sets of data that are given tags or labels, and thus made more meaningful.

Unsupervised Learning

In unsupervised learning, we don't have labeled data. A model can identify patterns, anomalies, and relationships in the input data.

Reinforcement Learning

Using reinforcement learning, the model can learn based on the rewards it received for its previous action.

Consider an environment where an agent is working. The agent is given a target to achieve. Every time the agent takes some action toward the target, it is given positive feedback. And, if the action taken is going away from the goal, the agent is given negative feedback. 

Related questions

0 votes
asked Oct 3, 2019 in Artificial Intelligence by pranay jain
+1 vote
asked Feb 3, 2021 in Artificial Intelligence by SakshiSharma
...