SantageAI Glossary › Training
AI Glossary

What is Training?

Training is the process of teaching an AI model to recognize patterns, make predictions, or generate outputs by exposing it to large datasets.

What is the core idea behind AI training?

Training is how AI goes from blank to capable.

How do AI training differ from related concepts?

ConceptDifference
Training vs InferenceTraining builds the model. Inference uses it
Training vs Fine-tuningTraining is the initial process. Fine-tuning adapts an existing model
Training vs LearningLearning is the concept. Training is the process

How do AI training work?

What are the limitations of AI training?

Why are AI training important?

Training is the foundation of all AI model capability. The quality of training data, methodology, and compute directly determines model performance.

How are AI training used in practice?

Training frontier language models costs tens to hundreds of millions of dollars and requires thousands of GPUs running for weeks. Training approaches include pre-training (broad data), supervised fine-tuning (labelled examples), and RLHF (human preferences).

Frequently Asked Questions

How long does it take to train an AI model?
It varies enormously. A small model might train in hours. Frontier language models can take months on thousands of GPUs.
Can a trained model be updated without retraining?
Yes, through techniques like fine-tuning, which adapts the model on new data without training from scratch. RAG also allows models to access new information without retraining.