0% found this document useful (0 votes)
22 views18 pages

Understand Supervised Learning To Train and Develop Classifier Models.

Uploaded by

mrh943213
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views18 pages

Understand Supervised Learning To Train and Develop Classifier Models.

Uploaded by

mrh943213
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 18

INSTITUTE - UIE

DEPARTMENT- ACADEMIC UNIT-2


Bachelor of Engineering (Computer Science &
Engineering)
SUBJECT NAME:- IT, HW AND AI
WORKSHOP
SUBJECT CODE- 24ECP-102
Prepared By: Dr. Rachit Manchanda

Understand supervised learning to train and develop


DISCOVER . LEARN . EMPOWER
classifier models. 1
Course Objectives
S. No. Objectives

1 To develop an understanding of the building blocks of AI.

2 To aware about Data Science/Analytics.

To provide knowledge about data processing.


3

4 To make familiar with AIML Algorithms.

5 To give brief knowledge about IT, HW AND AI.

2
Course Outcomes
CO Title Level
Number

CO1 Grasp the characteristics of disruptive technologies and Remember


understand building blocks of artificial intelligence, data science
and cloud computing.
CO2 Develop simple intelligent system using available tools and Understand
techniques of AI to analyze and interpret domain knowledge.
CO3 Build effective data visualizations, and learn to work with data Apply
through the entire data science process.
CO4 Deploy, build, and monitor cloud-based applications. Analyze and
evaluate
CO5 Work in a team that can propose, design, implement and report on Create
their selected domain.

3
Understanding Supervised Learning
to Train and Develop Classifier
Models
A Step-by-Step Approach

4
Introduction to Supervised Learning
• Definition: Supervised learning is a machine learning paradigm where a model learns
from labeled data to make predictions.
• Key Characteristics: Requires labeled datasets (input-output pairs).
• Goal: Minimize the difference between predicted and actual outputs.
• Applications: Spam detection, image recognition, and medical diagnosis.

5
Types of Supervised Learning
• Classification:
• Predicting categorical labels (e.g., spam or not spam).
• Regression:
• Predicting continuous values (e.g., house prices).
Examples:
• Classification: Email spam detection.
• Regression: Predicting stock prices.

6
What is Classification?

• Classification is defined
as the process of recognition,
understanding, and
grouping of objects and
ideas into present
Categories.

7
Figure 7. Binary and Multiclass Classification[1] 8
Examples of Classification

9
Steps in Building a Classifier Model
• Dataset Preparation
• Exploratory Data Analysis (EDA)
• Data Pre-processing
• Model Selection
• Model Training
• Evaluation
• Model Deployment

10
Model Selection and Training
• Choose a classification algorithm: Logistic Regression, Decision Trees, Support Vector
Machines (SVM), etc.

11
Model Evaluation
• Evaluate model performance using metrics: Accuracy, Precision, Recall, F1-Score,
Confusion Matrix.

12
Evaluation Parameters for Binary
Classification
• Binary Classification TRUE/FALSE

13
Confusion Matrix

14
Other Parameters

15
Learning Outcomes
On completion of the experiment students will be able to understand:-
• Understanding Supervised Learning Concepts
Students will grasp the principles of supervised learning, including its types (classification
and regression) and real-world applications.
• Ability to Prepare and Preprocess Data
Learners will develop the skills to clean, preprocess, and transform datasets for
classification tasks, ensuring data is suitable for model training.
• Proficiency in Training Classifier Models
Students will learn to apply supervised learning algorithms, such as logistic regression,
decision trees, and random forests, to train predictive models.
• Competence in Model Evaluation
Participants will understand how to evaluate classifier models using metrics like accuracy,
precision, recall, F1-score, and confusion matrices.

16
Viva Voice Questions
• What is the difference between supervised and unsupervised machine learning?
• How will you determine the Machine Learning algorithm that is suitable for your
problem?
• What is supervised learning, and how does it differ from unsupervised learning?
• Why is data preprocessing important before training a classifier model?
• What are some common evaluation metrics for classification models, and when would
you use them?

17
THANK YOU

For queries
Email: [email protected]

18

You might also like