0% found this document useful (0 votes)
2 views1 page

Supervised Learning: Algorithms & Evaluation

The document discusses supervised learning including definition, applications, algorithms, and model evaluation. It defines supervised learning and lists applications like image recognition and medical diagnosis. It also describes algorithms for supervised learning including linear regression, logistic regression, decision trees, support vector machines, and neural networks. The document concludes discussing metrics for model evaluation like accuracy and techniques like cross-validation.

Uploaded by

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

Supervised Learning: Algorithms & Evaluation

The document discusses supervised learning including definition, applications, algorithms, and model evaluation. It defines supervised learning and lists applications like image recognition and medical diagnosis. It also describes algorithms for supervised learning including linear regression, logistic regression, decision trees, support vector machines, and neural networks. The document concludes discussing metrics for model evaluation like accuracy and techniques like cross-validation.

Uploaded by

umj85235
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

2.

1 Overview

• Definition: Supervised learning involves training a model on a labeled dataset,


which means that each training example is paired with an output label.
• Applications: Image recognition, spam detection, medical diagnosis.

2.2 Algorithms

• Linear Regression: Predicts a continuous output variable based on input


features.
• Logistic Regression: Used for binary classification problems.
• Decision Trees: Model decisions and their possible consequences as a tree-like
graph.
• Support Vector Machines (SVM): Finds the hyperplane that best separates
different classes.
• Neural Networks: Mimics the human brain to recognize patterns in data.

2.3 Model Evaluation

• Metrics: Accuracy, precision, recall, F1 score, ROC curve.


• Cross-Validation: Techniques like k-fold cross-validation to validate
model performance.

You might also like