Inductive Learning
The inductive learning problem is made up of a
- Hypothesis Space
- the to be found hypothesis
- and a consistent training set of examples ( pairs)
We want to find the hypothesis such that
which means we want to find a function that is on the domain of roughly equal to .
For inductive learning we assume
- no prior knowledge
- deterministic Fully Observable Environment
- examples are given
- the Agent wants to learn
Consistency and Simplicity

