AI & ML Tech Glossary
Clear definitions of 500+ AI, ML, and systems terms, built for professionals.
G
Generative Model Watermarking
Generative model watermarking embeds a detectable signal into AI-generated text or media so it can be identified later for provenance, policy enforcement, and auditing, ideally...
GQA (Grouped-Query Attention)
Grouped-Query Attention (GQA) is an attention design where many query heads share fewer key/value heads, reducing KV cache size and improving LLM inference throughput and...
Generative Adversarial Network (GAN)
A GAN is a generative model with two networks trained in competition: a generator that creates synthetic samples and a discriminator that tries to detect...
GraphRAG
GraphRAG is a retrieval-augmented generation method that grounds LLM answers using a knowledge graph, retrieving relevant entities and relationships (often alongside text passages) to support...