AI GlossaryTraining

[AI Fundamentals]

Training.

The process of teaching a machine learning model to make predictions by exposing it to data and adjusting its parameters.

In-depth explanation

01

During training, the model sees examples from the training dataset and adjusts its internal parameters to minimize prediction errors. This involves forward propagation (making predictions), calculating loss (measuring errors), and backpropagation (adjusting parameters). Training continues for multiple epochs until the model converges or meets stopping criteria.

Examples

02
EX. 01

Training a classifier on labeled images

EX. 02

Fine-tuning a language model

[NEXT] — APPLY THE CONCEPT

Master Training.

Learn how to apply this concept with hands-on projects in our comprehensive AI programs.