0% found this document useful (0 votes)
4 views

2.3 it hw

The document outlines an experiment conducted by a student in the Computer Science & Engineering department, focusing on building a classification model using various machine learning algorithms. Key concepts such as training/testing data, evaluation metrics, and preprocessing are discussed, along with popular algorithms like Logistic Regression and Decision Trees. The student reflects on their learning outcomes, including familiarity with Google Colab and machine learning libraries.

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)
4 views

2.3 it hw

The document outlines an experiment conducted by a student in the Computer Science & Engineering department, focusing on building a classification model using various machine learning algorithms. Key concepts such as training/testing data, evaluation metrics, and preprocessing are discussed, along with popular algorithms like Logistic Regression and Decision Trees. The student reflects on their learning outcomes, including familiarity with Google Colab and machine learning libraries.

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/ 6

University Institute of Engineering

Department of Computer Science & Engineering

Experiment: 2.3

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: Build a classification model by using different machine learning
algorithms.

2. Tool Used: Google Colaboratory

Theory:

Classification is a supervised machine learning task where the goal is to predict the category or
class of a given data point based on input features. Various machine learning algorithms can be
used to build classification models, each with its strengths and weaknesses. Below is a brief
overview of key concepts and algorithms used in classification:

Key Concepts in Classification


1. Training and Testing Data:
University Institute of Engineering
Department of Computer Science & Engineering

o The dataset is split into training and testing sets to evaluate the model's
performance on unseen data.
2. Features and Target Variable:
o Features are the input variables (independent variables), and the target variable
(dependent variable) is the class to be predicted.
3. Evaluation Metrics:
o Accuracy, precision, recall, F1-score, confusion matrix, ROC-AUC, etc., are used
to assess model performance.
4. Preprocessing:
o Data must be cleaned, normalized, and encoded (for categorical features) before
training.

Popular Machine Learning Algorithms for Classification

1. Logistic Regression: Suitable for binary classification tasks; uses a logistic function to
model the probability of a class.

2. Decision Tree: Splits data based on feature values; provides interpretable results but can
overfit on small datasets.

3. Random Forest: An ensemble of decision trees; reduces overfitting and improves


generalization.

4. Support Vector Machine (SVM): Finds the optimal hyperplane to separate classes; works
well with small datasets and high-dimensional spaces.

CODE :
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 build a classification model using many machine
learning languages

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 the use of popular machine learning languages such as logistic
regression,linear regression and design tree

5.it help us the importance of the specific library

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