2 - Introduction
2 - Introduction
Mechatronic Systems
Introduction
Aims:
You will learn to:
▪ explain the strengths and limitations of the various machine learning algorithms
▪ evaluate ML methods performance and select a proper one for your data
▪ perform and implement a trained ML model on an embedded platform
▪ Examples in industries:
Netflix: Making suggestions to Viewers based on their previous
choice (input: Customer transactions => output: consumer
behavior/selection)
▪ Examples in industries:
Pfizer: modification of immune
system's ability to help fight cancer.
input : patient’s immune system
structure
output: how well the immune system
can recognize and treat cancer cells
https://www.sciencedirect.com
by Hooiveld-Noeken et. al.
▪ ML is used when:
▪ Humans are unable to explain a system’s behavior (retail
customer behavior)
▪ Solution needs to be adapted to particular cases
(personalized medicine)
▪ Learning Associations
▪ Supervised Learning
▪ Classification
▪ Regression
▪ Unsupervised Learning
▪ Clustering
▪ Non-clustering
▪ Reinforcement Learning
𝑢(𝑡)
𝑒(𝑡)
g ( ): model
(x,y)
α1= g1(x,y)
α2
α2= g2(x,y)
α1
75
Age
50
25
Tumor Size
▪ Example: Credit
scoring
▪ Differentiating
between low-risk and
high-risk customers
from their income and
savings
Test images
ORL dataset,
AT&T Laboratories, Cambridge UK
▪ https://www.youtube.com/watch/T0HP9cxri0A
▪ Examples:
▪ Game playing
▪ Robot in a maze
MSE 491: Application of Machine Learning in Mechatronic Systems
Reinforcement Learning
Robustness to
perturbations
MSE 491: Application of Machine Learning in Mechatronic Systems
Machine Learning Process
▪ What are some examples of artificial Intelligence that are not Machine
Learning?