Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M5934

Particle Filter

Particle Filter
SystemsHigh supportSystems Theory
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

Use thousands of randomly generated 'particles' (hypothetical states) to simulate the possible states of a system. Each particle is weighted based on observed data; particles with low weights die out, while those with high weights split. Through this survival of the fittest among particles, the true state is approximated.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Crowdsourced approximation of truth. When facing extremely complex, nonlinear futures, do not make just one prediction (Kalman). Run a thousand 'parallel universes' (particles) in your mind, and as real information comes in, continuously kill those particles that are falsified, while retaining and reproducing those that guessed correctly.

anchor

Anchor fast decisions

Approximate the posterior distribution with a set of weighted particles, using a predict-update recursion, suitable for state estimation in nonlinear non-Gaussian systems.

MINIMUM ACTION

In progress 0/5

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    en.wikipedia.orghttps://en.wikipedia.org/wiki/Particle_filterZH · Explicit
    verified

RELATED MODELS