Machine Learning Full Course
Machine Learning Full Course
MACH I NE
LEARN I NG
SAMEER MALIK
1 2 3 4 5 6 7
Supervised
Unsupervised
Reinforcement
SUPERVISED
MACHINE
LEARNING
• Supervised machine
learning is a type of
machine learning where
the algorithm learns from
labeled training data, with
each input data point
paired with the
corresponding correct
output. The goal is for the
algorithm to learn the
mapping between input
and output variables,
making predictions on
new data based on the
learned patterns.
S U P E RV I S E D : E X A M P L E
Support Vector
Linear Logistic
Machines
Regression Regression
(SVM)
Neural
Decision Trees Random Forest
Networks
k-Nearest
Naive Bayes Neighbours (k-
NN)
Predictive Autonomous
Medical Diagnosis: Credit Scoring: Weather
Maintenance: Driving: Enabling
Assisting in the Assessing the Forecasting:
Predicting when vehicles to navigate
diagnosis of creditworthiness of Predicting weather
equipment or and make decisions
diseases based on individuals based on conditions based on
machinery is likely based on sensor
patient data. various factors. historical data.
to fail. data.
REINFORCEMENT LEARNING:
EXAMPLES
Thank
s
AI VSMACHINE
LEARNINGVSDEEP LEARNING
SAMEER MALIK
HISTORY OF AI
WHAT IS AI?
Deep learning is a subset of machine learning that uses artificial neural networks with multiple
layers (deep neural networks) to learn complex patterns and representations from data. These
deep neural networks are inspired by the structure and function of the human brain, with
interconnected layers of nodes that process and transform input data to produce output
predictions.
Deep learning algorithms excel at tasks such as image and speech recognition, natural language
processing, and other tasks that require understanding and processing large amounts of data.
Deep learning has shown remarkable success in various fields, including computer vision, speech
recognition, recommendation systems, and autonomous driving, among others.
Natural language
Image classification: processing: Using
Using convolutional recurrent neural
neural networks to networks or
classify images into transformers to
different categories, generate text or
such as identifying understand and
animals in pictures. respond to human
language.
Autonomous driving:
Using deep learning
Healthcare: Using
deep learning for
medical image
EXAMPLE
S OF
analysis, such as
algorithms to process
detecting tumours in
sensor data and make
MRI scans or
decisions for self-
predicting patient
driving cars.
DEEP
outcomes based on
clinical data.
LEARNIN
systems: Using deep Using deep learning
learning to analyse models to transcribe
user behaviour and spoken language into
preferences to text, enabling voice
G
recommend products, assistants and
movies, or music. dictation software.
• 1- Classification
• 2- Anomaly
Detection
• 3- Clustering
• 4- Linear
Regression
ALGORITHMS:
TYPE, EXAMPLE,
USECASE