agents which learn from the sensory data it receives, rather than a person designing it by hand.
instead of mapping percepts to function as in the agent-function we map inputs to outputs by approximating a function . The true function is unknown. We assume there is a relationship between the data and the labels of the data (in the case of supervised-learning, otherwise we are looking for relationships as in unsupervised-learning). Our approximation is the hypothesis function. .
- is desired output
- is prediction/output
- is hypothesis
- is input
- and are parameters
The approximated function can also be called the model. The accuracy of the approximation is measure by a loss-function