N (13 terms)
Narrow AI
AI limited to specific domains.
Frontier
Nash Equilibrium
No agent benefits from unilateral deviation.
Advanced
Natural Language Instruction
Controlling robots via language.
Frontier
Neural Network
A parameterized function composed of interconnected units organized in layers with nonlinear activations.
Intermediate
Neural Vocoder
Generates audio waveforms from spectrograms.
Intermediate
Next-Token Prediction
Training objective where the model predicts the next token given previous tokens (causal modeling).
Intermediate
NIST AI RMF
US framework for AI risk governance.
Intermediate
NLP
AI subfield dealing with understanding and generating human language, including syntax, semantics, and pragmatics.
Intermediate
Noise Schedule
Controls amount of noise added at each diffusion step.
Advanced
Non-Convex Optimization
Optimization with multiple local minima/saddle points; typical in neural networks.
Intermediate
Norm
Measure of vector magnitude; used in regularization and optimization.
Advanced
Norm Formation
Emergence of conventions among agents.
Advanced
Normalization
Techniques that stabilize and speed training by normalizing activations; LayerNorm is common in Transformers.
Intermediate