Concept · 1 episode(s)

Amortized Inference

← all concepts

Definition

Amortized inference trains a neural network to approximate the answer to an expensive inference problem (like Bayesian posterior estimation), so you pay the cost once during training and then get cheap answers at query time. It trades training compute for inference speed, which is often the better deal at scale.

Episodes covering this

Worth reading next

Papers we haven't done a deep dive on yet, but would recommend on this topic.