Machine Learning
Just like a human,a
computer can learn
from three sources.
-
One is Observing
what others did in similar situations.
-
The second is observing a situation
and trying to come up with best possible logic on the spot to
decide/conclude .
-
The third is learning
from previous mistakes/success
.
There are 3 Categories of Machine Learning Algorithms
[Supervised Learning ]
[Unsupervised Learning]
[Reinforcement Learning]
Supervised Learning : You go on a cricket inn’s batting
and don’t stop until you complete your target score whoever balls on your way.
It include algorithms such as Linear Regression, Logistic Regression, Decision Tree, Random Forest etc.
Unsupervised Learning : Your rival has challenged you. Now, you decide after assessing your strengths and weakness, whether to accept the challenge or become out.
It include algorithms such as k-means, apriori etc
Reinforcement Learning : You’ve accepted the challenge. The game has begun. After every hour, you are accessing your position in the feild.
Are you loosing more wickets? Is the opponent dominating? And, accordingly you decide where to continue or attack till the last ball.