Difficulty: Intermediate

412 terms

Saddle Plateau Intermediate

Flat high-dimensional regions slowing training.

Saddle Point Intermediate

A point where gradient is zero but is neither a max nor min; common in deep nets.

Safety Filter Intermediate

Automated detection/prevention of disallowed outputs (toxicity, self-harm, illegal instruction, etc.).

SaMD Intermediate

Software regulated as a medical device.

Sampling Intermediate

Stochastic generation strategies that trade determinism for diversity; key knobs include temperature and nucleus sampling.

Scaling Laws Intermediate

Empirical laws linking model size, data, compute to performance.

Seasonality Intermediate

Repeating temporal patterns.

Second-Order Methods Intermediate

Optimization using curvature information; often expensive at scale.

Secure Inference Intermediate

Methods to protect model/data during inference (e.g., trusted execution environments) from operators/attackers.

Segmentation Intermediate

Assigning labels per pixel (semantic) or per instance (instance segmentation) to map object boundaries.

Self-Attention Intermediate

Attention where queries/keys/values come from the same sequence, enabling token-to-token interactions.

Self-Reflection Intermediate

Models evaluating and improving their own outputs.

Self-Supervised Learning Intermediate

Learning from data by constructing “pseudo-labels” (e.g., next-token prediction, masked modeling) without manual annotation.

Semantic Search Intermediate

Retrieval based on embedding similarity rather than keyword overlap, capturing paraphrases and related concepts.

Semantic Segmentation Intermediate

Pixel-wise classification of image regions.

Semi-Supervised Learning Intermediate

Training with a small labeled dataset plus a larger unlabeled dataset, leveraging assumptions like smoothness/cluster structure.

Sensitivity Intermediate

Ability to correctly detect disease.

Sentencing Algorithm Intermediate

Models estimating recidivism risk.

SFT Intermediate

Fine-tuning on (prompt, response) pairs to align a model with instruction-following behaviors.

Shadow AI Intermediate

AI used without governance approval.

Shadow Deployment Intermediate

Running new model alongside production without user impact.

SHAP Intermediate

Feature attribution method grounded in cooperative game theory for explaining predictions in tabular settings.

Sharp Minimum Intermediate

A narrow minimum often associated with poorer generalization.

SLAM Intermediate

Simultaneous Localization and Mapping for robotics.

Softmax Intermediate

Converts logits to probabilities by exponentiation and normalization; common in classification and LMs.

Sparse Attention Intermediate

Attention mechanisms that reduce quadratic complexity.

Speaker Diarization Intermediate

Identifying speakers in audio.

Specificity Intermediate

Of true negatives, the fraction correctly identified.

Speech Recognition Intermediate

Converting audio speech into text, often using encoder-decoder or transducer architectures.

Speech Synthesis Intermediate

Generating human-like speech from text.