Lukas' Notes

Learning Algorithm

Jan 28, 20261 min read

machine-learning

Definition

Learning Algorithm

A learning algorithm A is a procedure that maps a training dataset D to a specific hypothesis h within a hypothesis class H.

The algorithm typically identifies h by minimising an empirical loss function or maximising a likelihood.


Graph View

Backlinks

  • Active Learning
  • Categorical Data
  • Data
  • Empirical Risk Minimisation Algorithm
  • Error-Driven Learning Algorithm
  • Feature Engineering
  • Generalisation
  • Hypothesis Class
  • Imputation
  • Instance Space
  • Kernel Method
  • One-Hot Encoding
  • PAC Learning
  • Perceptron
  • Probably Approximately Correct Learning
  • Realisable PAC-Learnable Hypothesis Class
  • Sample Complexity
  • Supervised Learning Algorithm
  • Unsupervised Learning Algorithm

Created with Quartz v4.4.0 © 2026

  • GitHub