AI Hub

Glossary

A plain-English glossary of the methods and ideas behind modern AI. Search, sort, or jump to a letter.

5 terms

Definition
Latent ReasoningPerforming reasoning in the model’s continuous hidden-state space instead of by emitting explicit chain-of-thought tokens.May 21, 2026
Layer NormalizationNormalizing across features within each token.May 21, 2026
LogitsA model’s raw, unnormalized output scores for each possible next token, converted to probabilities by softmax.May 22, 2026
LoRALow-Rank Adaptation — efficient fine-tuning by training small adapter matrices.May 21, 2026
LSTMA recurrent network with gates that remember long-range information.May 21, 2026