AI Glossary
The complete dictionary of Artificial Intelligence
162
categories
2,032
subcategories
23,060
terms
terms
Memory Sharpening
Mechanism reinforcing attention weights on the most relevant memory locations while weakening others.
terms
Key-Value Memory
Memory architecture organizing information into key-value pairs for efficient access based on key similarity.
terms
Usage Vector
Vector tracking the usage frequency of each memory location to optimize data allocation and overwriting.
terms
Least Recently Used Allocation
Memory allocation strategy favoring the least recently used locations for new writes.
terms
Differentiable Attention
Differentiable weighted attention mechanism enabling backpropagatable gradients through memory access operations.
terms
Episodic Memory Networks
Neural networks specialized in storing and retrieving specific experiential episodes via external memory.
🔍