Turkish AI Glossary: terms with the right meaning, in the right context
The glossary covers AI, machine learning, RAG, agentic AI, LLMs, vector databases, prompt engineering and LLMOps as a bilingual Turkish-English reference — every entry includes definitions, examples and links to related terms.
The Turkish AI ecosystem lacks standardized translations for most terms — 'embedding' is sometimes 'gömme', 'fine-tuning' sometimes 'ince ayar', 'agentic' sometimes 'aracısal'. This glossary balances academic usage, industry jargon, and international convention so teams converge on shared vocabulary.
Each entry includes definition + example + related terms. Wikidata entity grounding and links to the relevant pillar, blog post or learning module are being added progressively; once complete you can verify a concept's place in the global knowledge graph and follow its cross-disciplinary connections.
The glossary is also optimized for AEO — AI search engines (ChatGPT, Claude, Perplexity) consult definition pages when generating 'what is X' answers: DefinedTermSet + DefinedTerm schema, structured definition format, and speakable markup all support that.
- Many terms across AI, ML, LLM, RAG, agentic, vector DB, prompt engineering, LLMOps, governance.
- Bilingual Turkish + English, related-term graph; Wikidata QID grounding rolling out.
- AEO-enriched with DefinedTermSet schema and speakable markup.
- Continuously expanding — new AI areas land in the glossary as they emerge.
Browse by category
Every glossary term is grouped under a thematic cluster — start from the area you work in.
AI & Machine Learning Glossary
Explore the language of artificial intelligence, data science and machine learning. 500+ terms with Turkish-English definitions in one place.
Terms starting with A

AIC
An information criterion that supports model selection by balancing model fit against model complexity.

ANOVA
A method used to test whether there are meaningful differences among the means of multiple groups.

ARIMA
A classical model for time series forecasting that combines autoregressive and moving-average components.

Abstractive Summarization
A generative summarization approach that rewrites source text to produce more natural and dense summaries.

AdaBoost
A boosting method that turns weak learners into a strong ensemble by focusing increasingly on hard examples.

Adam Optimization
A popular optimization algorithm that combines adaptive learning rates with momentum-like behavior.

Adapters
A parameter-efficient approach that inserts small modules into the base model to enable task adaptation.

Additive Attention
An early attention approach that compares query and context representations through a learnable combination function.

Affinity Propagation
A clustering algorithm that forms clusters through message passing around representative exemplars.

Aggregate Table
A table structure that stores summarized results derived from detailed data in order to accelerate analytical queries.

Aggregation Feature
A feature structure that summarizes lower-level records into higher-level signals meaningful for modeling.

Action Recognition
A task focused on recognizing action classes from human or object motion in video.

Action Anticipation
A task that attempts to predict a future action from a partially observed video stream before it fully unfolds.

Active Labeling
An approach that aims to optimize labeling cost by selecting the most useful or uncertain examples for annotation.

Active Learning
A data-efficiency approach in which the model selects the most informative examples and requests labels from a human or expert source.

Acoustic Event Detection
A task focused on locating and labeling specific events within an audio stream over time.

Acoustic Scene Classification
A task focused on predicting what environment or context an audio recording comes from.

Alternative Hypothesis
The hypothesis that argues there is a meaningful effect, difference, or relationship in the data, in contrast to the null hypothesis.

Anchor Boxes
A design approach that facilitates object detection by using predefined candidate boxes of different scales and aspect ratios.

Anonymization
The process of transforming personal data so that it can no longer be linked back to a specific individual.

Annotation
The process of adding meaningful labels, notes, or markings to data so that it becomes usable for model training.

Aspect-Based Sentiment Analysis
An approach that predicts sentiment for specific aspects or entity dimensions rather than overall sentiment.

Attention
A mechanism that enables a model to learn which parts of the input deserve more focus during prediction.

Attention Mask
A control mechanism that determines which positions a model may or may not attend to during attention computation.

Attention Score Matrix
A matrix structure that numerically represents how much each element in a sequence attends to the others.

Autoencoder
A neural architecture that learns low-dimensional representations by compressing and reconstructing data.

Autoencoder-Based Anomaly Detection
A deep learning approach that learns normal patterns and detects anomalies through reconstruction error.

Autoencoder-Based Dimensionality Reduction
An approach that learns lower-dimensional representations of data through neural-network-based compression.
Terms starting with B

BFGS
A quasi-Newton optimization method that approximates second-order information to achieve efficient convergence.

BIC
A model selection criterion that applies a stronger penalty for complexity while evaluating model fit.

BIO Tagging
A classical sequence-labeling scheme that marks entity boundaries with beginning, inside, and outside tags.

BIRCH Clustering
A tree-based method suited to incremental and memory-efficient clustering on large datasets.

Back Translation
A data augmentation strategy based on translating target-language data back into the source language to create synthetic parallel data.

Backfill
The process of reprocessing historical periods or filling missing historical data gaps after the fact.

Bagging
An ensemble approach that improves stability by training multiple models on bootstrap samples and combining their outputs.
Terms starting with C

Citation Grounding
An approach that improves trust by explicitly showing the source passages supporting the generated answer.
Terms starting with D

Domain-Adaptive Fine-Tuning
An approach that adapts a model to the terminology and usage style of specific domains such as law, healthcare, or finance.

Domain-Specific Embeddings
Representation structures adapted to the terminology of specific domains such as law, healthcare, or finance rather than general language.
Terms starting with G

Gaze Estimation
A fine-grained face analysis task focused on estimating where a person is looking from eye direction.
Terms starting with I

Intelligent Agent
An autonomous or semi-autonomous system that perceives its environment and selects actions to achieve its goals.

Inter-Annotator Agreement
A quality measure indicating how consistently different annotators make similar decisions on the same data.
Terms starting with K

Keypoint Detection
An operation that finds distinctive and repeatable local points in an image to support matching and alignment tasks.

Keyphrase Extraction
The task of automatically identifying the key terms and phrases that best represent a text.

Key-Value Extraction
A task that matches field names with their corresponding values in a document to create structured data.
Terms starting with L

Language Model Fusion in ASR
An approach that incorporates external language model knowledge to make speech recognition output more linguistically accurate.

Line Search
An optimization step-size selection approach that determines how far to move along a chosen direction.
Terms starting with N

Named Entity Recognition
The task of recognizing entity spans such as people, organizations, locations, and dates within text.
Terms starting with O

Outlier
An observation or value that deviates noticeably from the general pattern of the dataset.

Open Information Extraction
An approach that extracts subject-relation-object structures from text without relying on a predefined relation schema.

Open-World Object Detection
An approach that aims for a model not only to detect known objects but also to handle unknown ones as a separate category.

Open-Vocabulary Detection
A detection approach that can perceive a broader object world using natural language labels instead of fixed class lists.

Open-Set Recognition
An approach that enables a model to flag unseen classes as unknown instead of assigning them an overconfident incorrect label.

Open Table Format
An open-standard table structure that supports versioning, transactions, and metadata management for large-scale data lake tables.

Overparameterization
The condition in which a model has a parameter capacity far larger than the amount of available data.

Overfitting
A situation where a model learns the training data too closely and performs poorly on new data.

Oversampling
An approach that increases the number of minority-class examples to make them more visible in the dataset.
Terms starting with P

Perception
The core capability of transforming raw inputs into meaningful structures so the system can interpret its environment.

Population and Sample
The core statistical distinction between the full target group and the subset selected from it for analysis.
Terms starting with R

Reasoning
The process of deriving new conclusions from available knowledge, rules, or observations and grounding decisions.
Terms starting with S

Stream Lag
A core stream-health metric that expresses the delay gap between produced events and consumed events.

Stream Join
The operation of joining multiple continuous data streams by key and time logic to create meaningful event context.

Stream Windowing
An approach that groups continuous data streams into defined time or event intervals for computation.

Streaming Endpoint Detection
A mechanism that determines when speech has truly ended in order to provide correct response timing in streaming ASR systems.

Streaming TTS
A real-time speech synthesis approach that begins generating audio with low latency without waiting for the full text.

Streaming Data Collection
An approach for ingesting continuously generated data in real time or near real time.

Stream Processing
A processing approach based on handling continuously arriving data events with low latency.

Subword Tokenization
An approach that splits rare words into smaller meaningful pieces to balance vocabulary size and coverage.

Search Space
The conceptual space that contains all possible states, solution paths, and action combinations of a problem.

Skip Connection
An architectural connection that allows information to bypass certain layers and improves training stability.
Terms starting with T

Tool-Augmented Generation
An approach in which the model uses tools such as computation, search, or external system calls to produce more accurate results.
Terms starting with U

Undersampling
An approach that reduces the number of majority-class examples to produce a more balanced class distribution.
Terms starting with W

Warehouse Partition Key
The primary partitioning field used to split warehouse tables into logical segments.
Frequently Asked Questions
- Classical ML (supervised/unsupervised learning, neural networks), deep learning (transformers, attention, RNN/LSTM), LLM (tokenization, embeddings, fine-tuning), generative AI (RAG, agentic AI, prompt engineering), MLOps/LLMOps (deployment, eval, monitoring), AI governance (EU AI Act, KVKK, GDPR, bias), security (jailbreaking, prompt injection, adversarial) and business areas (use-case templates).