2
7.8kviews
| written 6.8 years ago by |
There are three kinds of Machine Learning Algorithms.
a. Supervised Learning
b. Unsupervised Learning
c. Reinforcement Learning

a. Supervised Learning
A majority of practical machine learning uses supervised learning.
In supervised learning, the system tries to learn from the previous examples that are given. (On the other hand, in unsupervised …