Lukas' Notes

Supervised Learning Algorithm

Dec 14, 20251 min read

machine-learning

Definition

Supervised Learning Algorithm

A supervised learning algorithm A is a learning algorithm that maps a set of training data to a specific hypothesis:

A:(X×Y)m→H

where:

  • X is the instance space.
  • Y is the label space.
  • H is the hypothesis class.

Graph View

Backlinks

  • Empirical Risk
  • Supervised Learning
  • True Risk

Created with Quartz v4.4.0 © 2025

  • GitHub