TDT4173: Machine Learning and Case-Based Reasoning
# Introduction
## Well Posed Learning Problems
__Definition__: A computer program is said to __learn__ from experience _E_ with respect to some class of tasks _T_ and performance measure _P_ if its performance at tasks in _T_, as measured by _P_, improves with experience _E_.
An example of a task, inspired by [MarI/O](https://www.youtube.com/watch?v=qv6UVOQ0F44):
- Task _T_: Playing the first level of Super Mario Bros.
- Performance measure _P_: How far the Mario character is able to advance.
- Training experience _E_: Playing the level over and over.
## Inductive bias