Introduction To AI - Part Three
Introduction To AI - Part Three
Example
An algorithmic step might say to multiply the input
data by a scaling factor, where the particular value
of the scaling factor is a parameter learned from the
data during training.
In ML applications, the algorithm is usually fixed while
the parameters are learned from the data in a process
called training. It is important to understand that the
performance of a model is function of both the
algorithm and the parameters, and the parameters
come from the data used during training.