DocumentationArchitecture

QueryProjection

A zoomed-in view of one operation in Piro’s stateful inference loop.

Architecture detail

QueryProjection

Deferred CTM architecture: projects recurrent state and synchronization features into query space.

← Full model
QueryProjection(queryInput, weights):

What it does

Normalizes the current state, input, and synchronization features, then projects them with Wq into query space.

Why it exists

The query represents what the current thought is looking for in memory.

← Back to architecture