Epsilon AI Academy
العربية
Enroll

AI Dictionary

AI terms in plain language — search and learn.

22 terms

Gradient Descent

The optimization that nudges a model downhill to lower error.

Example: Each step reduces the loss a little, like rolling into a valley.

Hyperparameter

A setting you choose before training (e.g. learning rate).

Example: Picking how many layers a network has.

Inference

Using a trained model to make predictions on new input.

Example: Running a photo through a finished classifier.