Dense Model

Noun · AI & Machine Learning

Definitions

  1. A model in which most or all parameters are active for each forward pass, unlike sparse architectures such as mixture-of-experts where only subsets activate. Dense models are conceptually straightforward but can be more expensive per request at large sizes.

    In plain English: A model that uses most of its parameters on every inference step.

    Example: "They kept the first release on a dense model because operational simplicity mattered more than squeezing out maximum efficiency."

Related Terms