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
Link to originalSupervised 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.
Unsupervised
Definition
Link to originalUnsupervised Learning Algorithm
An unsupervised learning algorithm is a learning algorithm that maps unlabelled training data to a specific hypothesis:
where:
- is the instance space.
- is the hypothesis class.
Reinforcement
Definition
Link to originalReinforcement Learning Algorithm
Define your knowledge here…