Skip to content

Model Training & Adaptation

Gradient

A value that indicates how model parameters should change to reduce error.

Example

Training calculates how each weight should change to reduce the current error.

Why people use it

Teams use “Gradient” when they need to adapt models deliberately and diagnose training problems.

What you'll hear

“Would Gradient improve the model for our specific use case?”

Related terms