Recommended
PPTX
PPTX
DS103 - Unit04 - Part1DS103 - Unit04 - Part1.pptx
PDF
22PCOAM16_ML_Unit 1 notes & Question Bank with answers.pdf
PDF
Classification Techniques for Machine Learning
PDF
Machine learning , intro , supervised learning and different types of regress...
PPTX
MACHINE LEARNING fdyfhuvgfsewsrddygjvydtrdygv
PDF
22PCOAM16_MACHINE_LEARNING_UNIT_I_NOTES.pdf
PDF
Machine learning cheat sheet
PPTX
Machine learning and linear regression programming
PPTX
Day17.pptx department of computer science and eng
PPTX
24AI201_AI_Unit_4 (1).pptx Artificial intelligence
PPTX
Machine_Learning_Presentation123456.pptx
PDF
PDF
Introduction to machine learning
PDF
IRJET- Machine Learning: Survey, Types and Challenges
PPTX
Machine learning Method and techniques
PPTX
Data Science and Machine Learning with Tensorflow
PPTX
Machine Learning in the Financial Industry
PDF
IRJET- Unabridged Review of Supervised Machine Learning Regression and Classi...
PPTX
Machine Learning Workshop
PPTX
INTERNSHIP ON MAcHINE LEARNING.pptx
PDF
Basics of Machine Learning
PPTX
Ai saturdays presentation
PDF
Survey_Paper_Comparative_Study_of_Machine_Learning_Techniques_and_its_Recent_...
PPTX
Machine Learning and Deep LEarning INTRODUCTION.pptx
PDF
machine learning notes by Andrew Ng and Tengyu Ma
PDF
CS229_MachineLearning_notes.pdfkkkkkkkkkk
PPTX
classification models in data science and machine learning
PPT
Momentum and collisions in physics or engineering
PPTX
Basin Design Service, LLC Introduction Presentation
More Related Content
PPTX
PPTX
DS103 - Unit04 - Part1DS103 - Unit04 - Part1.pptx
PDF
22PCOAM16_ML_Unit 1 notes & Question Bank with answers.pdf
PDF
Classification Techniques for Machine Learning
PDF
Machine learning , intro , supervised learning and different types of regress...
PPTX
MACHINE LEARNING fdyfhuvgfsewsrddygjvydtrdygv
PDF
22PCOAM16_MACHINE_LEARNING_UNIT_I_NOTES.pdf
PDF
Machine learning cheat sheet
Similar to Classification vs Regression Detailed Comparison
PPTX
Machine learning and linear regression programming
PPTX
Day17.pptx department of computer science and eng
PPTX
24AI201_AI_Unit_4 (1).pptx Artificial intelligence
PPTX
Machine_Learning_Presentation123456.pptx
PDF
PDF
Introduction to machine learning
PDF
IRJET- Machine Learning: Survey, Types and Challenges
PPTX
Machine learning Method and techniques
PPTX
Data Science and Machine Learning with Tensorflow
PPTX
Machine Learning in the Financial Industry
PDF
IRJET- Unabridged Review of Supervised Machine Learning Regression and Classi...
PPTX
Machine Learning Workshop
PPTX
INTERNSHIP ON MAcHINE LEARNING.pptx
PDF
Basics of Machine Learning
PPTX
Ai saturdays presentation
PDF
Survey_Paper_Comparative_Study_of_Machine_Learning_Techniques_and_its_Recent_...
PPTX
Machine Learning and Deep LEarning INTRODUCTION.pptx
PDF
machine learning notes by Andrew Ng and Tengyu Ma
PDF
CS229_MachineLearning_notes.pdfkkkkkkkkkk
PPTX
classification models in data science and machine learning
Recently uploaded
PPT
Momentum and collisions in physics or engineering
PPTX
Basin Design Service, LLC Introduction Presentation
PPTX
The Most Controversial TPM Debate in Maintenance Today Checklist TPM vs Outco...
PPTX
Why TPM Succeeds in Some Plants and Struggles in Others | MaintWiz
PPTX
Lubrication Neglect Causes More Downtime Than AI Ever Will Why Maintenance Fu...
PDF
AI-Driven Multi-Agent System for QOS Optimization in 6g Industrial Networks
PDF
Computer Graphics Fundamentals (v0p1) - DannyJiang
PDF
BOQ LESSON 2-QUANTITY TAKE-OFF & RATE BUILD-UP.pdf
PDF
Ericsson 6230 Training Module Document.pdf
PDF
Infinite Sequence and Series: It Includes basic Sequence and Series
PDF
Shear Strength of Soil/Mohr Coulomb Failure Criteria-1.pdf
PDF
NS unit wise unit wise 1 -5 so prepare,.
PPTX
Designing Work for Humans, Not Machines: Human-Centered Maintenance Excellence
PDF
BOQ LESSON 1-INTRODUCTION TO BOQs AND PROJECT.pdf
PDF
Decision-Support-Systems-and-Decision-Making-Processes.pdf
PDF
Python programming basics Unit-1 for R25 regulation
PDF
engineering management chapter 5 ppt presentation
PDF
Module 4 python programming-1BPLCK105B-2025 by Dr.SV.pdf
PDF
Soil Compressibility (Elastic Settlement).pdf
DOCX
yearly Management report for Engineering and maintenance
Classification vs Regression Detailed Comparison 1. Course
Outcomes
After completion of this course, students will be able to
Understand machine-learning concepts.
Understand and implement Classification concepts.
Understand and analyse the different Regression
algorithms.
Apply the concept of Unsupervised Learning.
Apply the concepts ofArtificial Neural Networks.
2. Topics -
Supervised
Learning
Classification Techniques:
Naive Bayes Classification
Fitting Multivariate Bernoulli
Distribution
Gaussian Distribution and
Multinomial Distribution
K- Nearest Neighbours
Decision tree
Random Forest
Ensemble Learning
SupportVector Machines
Evaluation metrics for
ClassificationTechniques:
Confusion Matrix, Accuracy,
Precision, Recall, F1 Score,
Threshold, AUC-ROC
RegressionTechniques:
Basic concepts and
applications of Regression
Simple Linear Regression -
Gradient Descent and Normal
Equation Method
Multiple Linear Regression
Non-Linear Regression
Linear Regression with
Regularization
Overfitting and Underfitting
Hyperparameter tuning
Evaluation Measures for
Regression Techniques: MSE,
RMSE, MAE, R2
3. 4. 5. Algorithms
Regression
Techniques
(Continuous
Data)
Simple Linear Regression
Normal Equation Method
Gradient Descent
Method
Regularization &
HyperparameterTuning
Lasso Regularization – L1
Regularization
Ridge Regularization – L2
Regularization
Elastic Net Regularization
– L1 and L2 Regularization
Multiple Linear
Regression
Non Linear Regression /
Polynomial Regression
Quadratic Regression
Cubic Regression
nth degree Regression
6. 7. Performance Evaluation Measures
for Supervised Learning Algorithm
Regression
Techniques
(Continuous Data)
Mean Absolute
Error (MAE)
Mean Squared
Error (MSE)
Root Mean
Squared Error
(RMSE)
R-squared
(Coefficient of
Determination)
(R2)
Classification
Techniques
(Categorical Data)
Confusion
Matrix
True Positive (TP)
True Negative (TN)
False Positive (FP)
False Negative (FN)
Accuracy Precision
Recall /
Sensitivity/True
Positive Rate
F1
Score
Threshold False
Positive
Rate (FPR)
AUC-
ROC
8. Simple Linear
Regression
Multiple Regression Polynomial Regression
X / Input /
Independent
Variable
1 >=2 or >1 (Upto N ) 1
Y / Output / target
variable/
Dependent
Variable
1 1 1
Line Equation Y = mX + c Y = a0 + a1X1 + a2X2… + anXn
Y = a0 + a1X + a2X2… + anxn
Type of Line
Equation
Linear Line Equation Linear Line Equation
Polynomial Line Equation
with Degree n
No of Coefficient 1 =No of Input (i.e X) = No of Degree (n)
No of intersection
point
1 1 1
Database X Y X Y
X1 X2 Y