AI Terminology
/Beginner
Training
Definition
The computationally intensive process where a machine learning algorithm is fed data and iteratively adjusts its internal mathematical parameters (weights and biases) to minimize errors and improve its accuracy.
Explain Like I'm New
Going to the gym for your brain. The AI takes a guess, sees it was wrong, adjusts its math slightly, and takes another guess. It repeats this millions of times until it gets very good at guessing.
Real World Example
Training ChatGPT took months of processing time on thousands of Nvidia GPUs running 24/7. It read text, guessed the next word, checked if it was right, and adjusted its internal brain slightly.
Common Use Cases
- •Model creation
- •Compute optimization
Interview Questions
basic
- Which requires significantly more computing power: Training a model, or using a model to make a prediction?
intermediate
- What is 'Overfitting' during the training process?