AI & ML Tech Glossary
Clear definitions of 500+ AI, ML, and systems terms, built for professionals.
F
Fine-Tuning
Fine-tuning adapts a pretrained model to a specific task or domain by continuing training on targeted data, improving behavior and performance beyond what prompting alone...
FlashAttention
FlashAttention is an optimized transformer attention method that reduces GPU memory usage by computing attention in tiled, fused kernels without storing the full attention matrix,...
Function Calling
HotFunction calling lets an LLM choose a predefined tool and output structured arguments (often JSON) so an app can execute real actions—making agents more reliable...