AI Glossary
Learn essential AI and machine learning terminology
Showing 20 of 20 terms
API
General AIApplication Programming Interface - a way to interact with AI models programmatically.
Artificial Intelligence (AI)
General AIThe simulation of human intelligence in machines programmed to think and learn like humans.
Attention Mechanism
Deep LearningA technique that allows models to focus on relevant parts of the input when producing output.
Bias
General AISystematic errors in AI predictions, often reflecting biases present in training data.
Context Window
NLPThe maximum number of tokens a language model can process in a single interaction.
Deep Learning
Deep LearningA subset of machine learning based on artificial neural networks with multiple layers.
Embedding
NLPA dense vector representation of words or tokens that captures semantic meaning.
Fine-tuning
Machine LearningThe process of further training a pre-trained model on a specific dataset for a particular task.
Gradient Descent
Machine LearningAn optimization algorithm used to minimize the loss function by iteratively adjusting model parameters.
Hallucination
General AIWhen an AI model generates false or nonsensical information that appears plausible.
Inference
Machine LearningThe process of using a trained model to make predictions on new, unseen data.
Large Language Model (LLM)
NLPAI models trained on vast amounts of text data to understand and generate human-like text.
Machine Learning (ML)
Machine LearningA subset of AI that enables systems to learn and improve from experience without being explicitly programmed.
Natural Language Processing (NLP)
NLPThe branch of AI focused on enabling computers to understand, interpret, and generate human language.
Neural Network
Deep LearningA computing system inspired by biological neural networks, consisting of interconnected nodes (neurons).
Overfitting
Machine LearningWhen a model learns training data too well, including noise, reducing its ability to generalize.
Prompt Engineering
NLPThe practice of designing and optimizing input prompts to get desired outputs from AI models.
Temperature
NLPA parameter that controls the randomness of model outputs; higher values mean more creative/random results.
Token
NLPThe basic unit of text that language models process, typically words or subwords.
Transformer
Deep LearningA neural network architecture that uses self-attention mechanisms, foundational for modern LLMs.