Lukas' Notes

Definition

Learning Algorithm

A learning algorithmm is an algorithm that uses or experience to construct or update a model, representation, or policy in order to improve performance on a given task.

Types

Supervised

Definition

Supervised Learning Algorithm

A supervised learning algorithm is a learning algorithm that uses labelled training examples

to select a hypothesis

from a hypothesis class .

The goal is for the selected hypothesis to predict the correct label for previously unseen instances.

Link to original

Unsupervised

Definition

Unsupervised Learning Algorithm

An unsupervised learning algorithm is a learning algorithm that maps unlabelled training data to a specific hypothesis:

where:

Link to original

Reinforcement

Definition

Reinforcement Learning Algorithm

Define your knowledge here…

Link to original