AI Presentation Machine Learning
AI Presentation Machine Learning
Learning
Table of contents
Supervised Learning 1
Unsupervised Learning 2
Reinforcement Learning 3
Deep Learning 4
Supervised Learning
Supervised learning is a type of machine learning in which the algorithm learns from
labeled examples to make predictions or classify new, unseen data. In supervised
learning, the training data consists of input features (also known as independent
variables) and corresponding target variables (also known as dependent variables or
labels). The goal is to learn a mapping between the input features and the target
variables, allowing the algorithm to generalize and make predictions on new, unseen
data.
Types of supervised learning
Classification
Cat
Cat
Unsupervised
Learning
In Unsupervised Learning, the machine uses
unlabeled data and learns on itself without any
supervision. The machine tries to find a pattern in the
unlabeled data and gives a response. Let's take a
similar example is before, but this time we do not tell
theCREDITS:
machine This presentation
whether it's atemplate
spoon orwas
a created by Slidesgo
knife. The
and includes icons by Flaticon, infographics & images by
Freepik identifies
and contentpatterns
by Eliana from
Delacour
machine the given set and
groups them based on their patterns, similarities, etc.
Types of unsupervised learning
Clustering Association
Market Basket Customer
Analysis: Segmentation:
By analyzing transaction data,
unsupervised learning Unsupervised learning can
recommendation systems.
Reinforcement Learning
Reinforcement learning is a powerful type of machine
learning where an agent learns to interact with an
environment and improve its performance through trial
and error. It is inspired by how humans and animals learn
from their experiences. In this process, the agent
receives feedback from the environment in the form of
rewards or penalties, guiding its learning journey.
Ø Four points
§ Agent
§ Environment
§ Action
§ Reward
Ø Applications of Reinforcement
§ Playing
§ Robotics
§ Autonomous Systems
Ø Summary
Deep Learning
Deep learning is a subset of machine learning that focuses
on training artificial neural networks with multiple layers,
Neural network
also known as deep neural networks. It has revolutionized
many fields, including computer vision, natural language
processing, and speech recognition, by enabling the
development of highly accurate and complex models.
ØSummary
Training & Evaluation
Ø Three Aspects
§ Splitting Data
§ The Training Process
§ Model evaluation metrics
Ø Summary
Model Deployment
Deployment is the method by which you integrate
a machine learning model into an existing production
environment to make practical business decisions
based on data. It is one of the last stages in
the machine learning life cycle and can be one of the
most cumbersome. Often, an organization’s IT
systems are incompatible with traditional model-
building languages, forcing data scientists and
programmers to spend valuable time and
brainpower rewriting them.
Considerations and challenges
Deployment
Scalability 01 02 environments
03 Versioning and
Performance 04
model governance
Security and 06
05 User acceptance
privacy
Ethical Considerations
Transparency and
Explainability
Responsible AI
Practices
Data Limited
01 04 Contextual
Dependency
Understanding
Lack of Common
Lack of
03 06 Sense
Explainability Reasoning
Federated Learning
03 04
05 06
ML in Autonomous
ML in Natural
Systems
Language Processing
Importance of Machine Learning