Types of Machine Learning
Types of Machine Learning
Learning and ML
projects’ Lifecycle
Presented by: Pr. Asmae BENTALEB
Supervised
Unsupervised
Reinforcement learning
ML project lifecycle
The Definition of Machine Learning
• The field of study that gives computers the ability to learn
without being explicitly programmed (Arthur Samuel).
X Y
input output
Supervised Learning
The objective : to find the mapping between X and Y, given a certain dataset.
During the training, the algorithm is given the input X and label Y, so that later, when given a new X, the
inputs X :
house/Car
Supervised Learning: Classification
Classification is used to predict categories:
The agent learns automatically with these feedbacks and improves its performance. In reinforcement learning, the
agent interacts with the environment and explores it. The goal of an agent is to get the most reward points, and
hence, improve its performance.
reinforcement learning continuously improves its model by leveraging feedback from previous iterations.
Example: Teaching a dog robot to behave, reward on good behavior and punish on bad one, so that with time, it
will learn.
Strategic decisions when building ML projects