Machine Learning Beginner
training
The process of determining the ideal parameters (weights and biases) comprising a model.
Plain English Explanation
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.
How is it used?
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.