0% found this document useful (0 votes)
10 views8 pages

University Institute of Engineering Department of Computer Science & Engineering

The document outlines a practical experiment focused on supervised learning to train and develop classifier models using Google Colaboratory. Key concepts include features and labels, training and testing data, and the objective of minimizing prediction errors. The student learned about data preprocessing, feature selection, and visualization, along with the evaluation of their performance in the experiment.

Uploaded by

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

University Institute of Engineering Department of Computer Science & Engineering

The document outlines a practical experiment focused on supervised learning to train and develop classifier models using Google Colaboratory. Key concepts include features and labels, training and testing data, and the objective of minimizing prediction errors. The student learned about data preprocessing, feature selection, and visualization, along with the evaluation of their performance in the experiment.

Uploaded by

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

University Institute of Engineering

Department of Computer Science & Engineering

Experiment: 2.2

Student Name: Abhinab Paul UID: 24BCS11675


Branch: Computer Science & Engineering Section/Group: 212A
Semester: 2nd Date of Performance:
Subject Name: IT,HW AND WORKSHOP
Subject Code:

1. Aim of the practical: Understand supervised learning to train and develop classifier models.

2. Tool Used: Google Colaboratory

Theory:

Supervised Learning
Supervised learning is a type of machine learning where the model learns from labeled data. In
this approach, the dataset provided to the model contains input features (independent variables)
and corresponding target labels (dependent variable). The model learns the relationship between
the inputs and the outputs to make predictions on new, unseen data.
University Institute of Engineering
Department of Computer Science & Engineering

Key Concepts in Supervised Learning:


1. Features and Labels:
o Features (X): Independent variables that act as input to the model.
o Labels (Y): Dependent variables or the output the model needs to predict.
2. Training and Testing:
o Training Data: The subset of the dataset used to train the model.
o Testing Data: The subset used to evaluate the model's performance.
o The dataset is typically split into 70–80% training data and 20–30% testing data.
3. Objective:
The goal is to minimize the error between the predicted and actual outputs and to
generalize well to unseen data.

Classification in Supervised Learning:


Classification is a supervised learning task where the output variable is categorical. Examples
include:
• Binary Classification: Predicting one of two categories (e.g., spam or not spam).
• Multi-class Classification: Predicting one of multiple categories (e.g., types of fruits).

Steps to Train and Develop Classifier Models:


1. Data Preprocessing:
o Clean the data (handle missing values, outliers).
o Encode categorical variables.
o Normalize or standardize numerical features.
2. Feature Selection and Engineering:
o Select relevant features to improve model performance.
o Create new features from existing ones if necessary.
3. Model Selection:
University Institute of Engineering
Department of Computer Science & Engineering
University Institute of Engineering
Department of Computer Science & Engineering
University Institute of Engineering
Department of Computer Science & Engineering
University Institute of Engineering
Department of Computer Science & Engineering
University Institute of Engineering
Department of Computer Science & Engineering

5. Result and Summary: We were able to plot things about supervised learning which
contains binary classification and muti class

7. Additional Creative Inputs (If Any):

Learning outcomes (What I have learnt):

1. I got to learn about Google Colab

2. I got to understand about new libraries

3.I got to learn about it hw and workshop and their implementation

4.I learned that data can be collected from different sources


University Institute of Engineering
Department of Computer Science & Engineering

5.we can visualize datasets

Evaluation Grid:

Sr. Parameters Marks Obtained Maximum Marks


No.
1. Student Performance 12
(Conduct of experiment)
2. Viva Voce 10
3. Submission of Work Sheet 8
(Record)
Signature of Faculty (with Date): Total Marks Obtained: 30

You might also like