Glossary

This glossary defines recurring terms used across the wiki. It is intentionally concise; follow linked concept pages for formulas, examples, and production details. Use acronyms for short forms, notation for symbols, metrics for evaluation metrics, and references for source policy.

TermMeaning
ALSAlternating least squares, an optimization method often used for recommender matrix factorization.
ARIMAAutoregressive integrated moving average, a univariate forecasting model.
AttentionA mechanism that weights different input positions when forming each output; the core operation behind transformers and attention.
BackpropagationReverse-mode differentiation that computes gradients of a loss with respect to network parameters.
BacktestingTime-ordered evaluation that replays history to estimate forecast quality without leaking the future.
Bias-variance trade-offThe tension between underfitting (high bias) and overfitting (high variance) as model flexibility changes.
BM25A lexical search scoring function based on term frequency, inverse document frequency, and document-length normalization.
CalibrationAgreement between predicted probabilities and observed frequencies.
Cold startA recommendation or forecasting problem where a new user, item, or series has little history; see cold-start forecasting.
Concept driftA change in the input-output relationship that degrades a deployed model over time.
Cross-entropyA loss measuring the bits needed to encode outcomes from one distribution using another; standard for classification.
Data leakageInformation from outside the training fold that inflates offline scores and then fails in production.
Dimensionality reductionMethods that compress features to fewer dimensions while preserving useful structure.
EmbeddingA vector representation of text, images, users, items, or other objects; see embeddings.
Fine-tuningAdapting a pretrained model to a task or domain by continuing training on new data.
Golden datasetA curated, versioned evaluation set used for regression testing and model comparison.
Gradient descentThe iterative optimizer that steps parameters against the loss gradient.
GroundingConditioning generated text on retrieved or provided evidence so claims are supported.
GuardrailsInput and output checks that constrain a generative system to safe, valid behavior.
HallucinationFluent but unsupported model output; see hallucination mitigation.
JEPAJoint Embedding Predictive Architecture, a family of representation-learning methods that predict in embedding space.
KL divergenceAn asymmetric measure of how much one probability distribution differs from another.
MDPMarkov decision process, the formal model of sequential decision-making under reward.
OverfittingFitting noise in the training set so test performance drops; the high-variance end of the bias-variance trade-off.
QuantizationReducing the numeric precision of weights or activations to cut memory and latency.
RAGRetrieval-augmented generation, where retrieved evidence is used to condition a generative model.
RegularizationPenalties or constraints that reduce overfitting by discouraging overly complex models.
RerankingReordering an initial candidate list with a stronger, costlier model.
StationarityA time-series property where statistical behavior is stable over time; assumed by many classical models.
SVDSingular value decomposition, a matrix decomposition into singular vectors and singular values.
TokenizationSplitting text into the discrete units a model consumes.
TransformerThe attention-based architecture underlying most modern language and vision models.
Vector databaseA store for embeddings that supports fast nearest-neighbor retrieval.
VLMVision-language model, a model that aligns visual inputs with language.

Application Domains

Application pages connect canonical methods to domain-specific inputs, outputs, risks, and evaluation slices. They carry the application topic in front matter so the wiki can surface them together.

ApplicationCanonical pageMain method families
Autonomous drivingAutonomous DrivingPerception, prediction, planning, control, simulation, safety evaluation.
Autonomous-driving evaluationAutonomous Driving Model EvaluationScenario slicing, risk-weighted metrics, simulation, replay.
Demand prediction in logisticsDemand Prediction in LogisticsForecasting, covariates, hierarchy, cold starts.
Energy forecastingEnergy ForecastingTime-series forecasting, exogenous variables, calibration.
Malware classification and clusteringMalware Classification and ClusteringClassification, clustering, embeddings, adversarial drift.
Business message classificationBusiness Message ClassificationText classification, taxonomy design, evaluation.
MatchmakingMatchmakingRecommendation, ranking, constraints, fairness.
Medical MRI analysisMedical MRI AnalysisComputer vision, segmentation, classification, patient-level validation.
Cultural heritage document extractionCultural Heritage Document Extraction and Entity MatchingOCR, entity matching, retrieval, human review.
News recommendationNews RecommendationRecommenders, ranking, freshness, diversity, feedback loops.
Predictive maintenancePredictive MaintenanceTime series, anomaly detection, survival/risk scoring.
Real-time action recognitionReal Time Action RecognitionVideo understanding, streaming inference, trigger prediction.
Road scene perceptionRoad Scene PerceptionSemantic segmentation, detection, pose estimation, tracking, scenario slices.
Gesture-based interactionGesture-Based InteractionGesture recognition, temporal localization, false-trigger control.

How to use this page

Use the glossary when a term appears before its full explanation. For study, jump from the term to the relevant subject area: matrix terms usually live in mathematical foundations, recommender terms in recommendation systems, retrieval terms in search, and governance terms in responsible AI.