Machine Learning
Machine Learning
Machine Learning
Learning
Realised by :
Aitouaka Mohammed
Darfi Oussama
Table of contents
01 What is ML
02 Applications
03 Types
04 Limitations
05 Evaluation
06 Conclusion
01
What is Machine Learning?
• Machine learning is the science of programming machines to think and act like
humans without being specifically programmed to.
(AI)
Some examples of tasks that are best solved with an ML
algorithm
● Recognizing patterns:
– Facial identities or facial expressions
– Handwritten or spoken words
– Medical images
● Generating patterns:
– Generating images or motion sequences
● Recognizing anomalies:
– Unusual credit card transactions (Fraud
Detection)
– Unusual patterns of sensor readings in
a nuclear power plant
● Prediction:
– Future stock prices or currency exchange
rates (Forecasting)
Fields of application
03
Types of Machine Learning
(AI)
04
Limitations
(AI)
Limitations of Machine Learning
(AI)
Performance Metrics
Training and Test Sets
Performance Metrics for
Predicted condition
Classification models:
• Confusion Matrix Total
• Accuracy, Precision, Recall, F1 population Positive(PP) Negative(NP)
Actual condition
Score. = P+N
• AUC (Area under the ROC
curve) False
True
Positive(P) negative
Performance Metrics for Regression positive (TP)
(FP)
models:
• Mean Squared Error (MSE) True
False
• Mean Absolute Error (MAE) Negative(N)
positive(FP)
negative
• R2. (TN)
Underfitting vs Overfitting
Cross Validation
06
Summary
(AI)
Thanks!
Any questions?