PEFT: Parameter-Efficient Fine-Tuning—methods that adapt large models by training only a small subset of parameters to save computational resources
NTK: Neural Tangent Kernel—a mathematical tool describing how neural networks evolve during training, treating them like kernel machines in the infinite-width limit
lazy training: A training regime where the model's weights barely change from their initialization, allowing the network function to be approximated as a strictly linear model
LoRA: Low Rank Adaptation—a PEFT technique that injects trainable low-rank matrices into transformer layers while freezing the original weights
RKHS: Reproducing Kernel Hilbert Space—a mathematical space of functions associated with a kernel, used here to formulate fine-tuning as regularized function estimation
inductive bias: A set of assumptions the learning algorithm uses to predict outputs, implemented here as an explicit penalty for straying far from the pretrained weights
empirical risk: The measured average loss or error of the model on the training dataset
LLM: Large Language Model—a foundation model with an enormous number of parameters trained on vast amounts of text