Kubnal Bridge

Model Components

Model

In machine learning, a model is a parameterized function learned from training data that can map new inputs to predictions or generated outputs. Models encapsulate patterns extracted from data in their weights and architecture.

Models vary enormously in complexity—from linear regression with two parameters to LLMs with hundreds of billions. Selecting the right model type for a task requires balancing accuracy, interpretability, compute cost, and data requirements.

Authority Links

Related Terms