AI Glossary
The definitive dictionary for AI, Machine Learning, and Governance terminology. From Flash Attention to RAG — look up any term.
W
Watermarking
Embedding hidden, detectable signals in AI-generated content to identify its origin and authenticity. Watermarks help distinguish AI-generated content from human-created content.
Weight
A numerical parameter in a neural network that is learned during training. Weights determine the strength of connections between neurons and collectively encode the model's knowledge.
Weights and Biases
A popular MLOps platform for experiment tracking, model monitoring, dataset versioning, and collaboration in machine learning development.
Whisper
OpenAI's open-source automatic speech recognition model that can transcribe and translate speech in multiple languages with high accuracy.
Word Embedding
A technique that maps words to dense numerical vectors where semantic relationships are captured. Similar words have similar vectors, and relationships like analogy are encoded in vector arithmetic.