AIExplainer

training

The process of determining the ideal parameters (weights and biases) comprising a model.

The process of determining the ideal parameters (weights and biases) comprising a model. During training, a system reads in examples and gradually adjusts parameters. Training uses each example anywhere from a few times to billions of times. See Supervised Learning in the Introduction to ML course for more information.

Practitioners refer to training when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.