VariationalNode¶
- class VariationalNode(*shape: int | None)[source]¶
Bases:
PredictiveNode,ABCBase class for predictive coding nodes modelling a variational distribution.
- Parameters:
*shape (int | None) – base shape of the node’s state.
Bases: PredictiveNode, ABC
Base class for predictive coding nodes modelling a variational distribution.
*shape (int | None) – base shape of the node’s state.