This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What makes machine-learning algorithms different from traditional algorithms?
Machine-learning algorithms are always more complicated to build than traditional algorithms.
Machine-learning algorithms must be trained every time they're used.
Machine-learning algorithms are shaped by data directly as part of development. Traditional algorithms are based almost entirely on theory or on opinions of the person writing the code.
When do we want to perform training?
Whenever we want to use a model.
Only when we want to improve the model.
Every time we load a model from file.
What's the relationship between a model, an objective, and training data?
The training data is used to make changes to the model. These changes help the model get better at achieving the objective.
The training data is used to make changes to the objective. These changes help the objective be more like the model.
The model is used to make changes to the training data. These changes help the training data get better at achieving the objective.
You must answer all questions before checking your work.
Was this page helpful?