Skip to main content
Ultimate AI Learning Path home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Supervised Learning
Supervised Learning
Introduction
EDA
Machine Learning
Deep Learning
Neural Networks
Foundation Models
Large Language Models
Multimodal Models
AI Orchestration
AI Agent
AI Research
Overview
Machine Learning
Supervised Learning
Supervised Learning
Linear Regression
Logistic Regression
Customization
Global Settings
Navigation
Writing content
Markdown syntax
Code blocks
Images and embeds
Reusable snippets
AI tools
Cursor setup
Claude Code setup
Windsurf setup
On this page
📘 Supervised Learning
Common Algorithms
Supervised Learning
Supervised Learning
Copy page
Overview of supervised learning and key algorithms.
Copy page
📘 Supervised Learning
Supervised learning algorithms learn a mapping from inputs
x
x
x
to outputs
y
y
y
using labeled training data. Each example in the training set is a pair
(
x
(
i
)
,
y
(
i
)
)
(x^{(i)}, y^{(i)})
(
x
(
i
)
,
y
(
i
)
)
, and the goal is to learn a function
f
(
x
)
f(x)
f
(
x
)
that generalizes to new unseen examples.
Common Algorithms
Linear Regression
Logistic Regression
These pages dive into the mathematics, intuition, and practical implementation of each method.
Was this page helpful?
Yes
No
Raise issue
Machine Learning
Linear Regression
⌘I