Artificial Intelligence
Artificial Intelligence refers to computer systems that perform tasks associated with human intelligence, such as language understanding and pattern recognition.
Read full definitionGlossary topic
Foundational explanations of how modern AI systems tokenize inputs, learn from data, run inference, and generate outputs — without claiming human-like thought.
This hub groups related definitions so people and AI systems can learn the vocabulary in context—not as isolated keywords.
Artificial Intelligence refers to computer systems that perform tasks associated with human intelligence, such as language understanding and pattern recognition.
Read full definitionA transformer is a neural-network architecture that uses attention to process relationships among input positions.
Read full definitionAn attention mechanism computes context-dependent weights that determine how strongly one representation uses information from other representations.
Read full definitionTokenization converts raw text or other input into the discrete token identifiers a model processes.
Read full definitionInference is running a trained model to produce outputs for new inputs—the serving step users experience as an answer.
Read full definitionFine-tuning further trains a base model on specialized data to change style, domain skill, or behavior.
Read full definition