prfmodel.models

Neural response models.

This module contains models that map neural responses to input stimuli. These typically contain parameters of interest. Currently, it implements population receptive field (pRF) and connective field (CF) models.

The base submodule contains generic abstract base classes that pRF and CF models inherit from.

The compression submodule contains generic classes to (de-) compress stimulus-encoded model responses.

Notes

All models in in this module inherit from ModelProtocol that requires them to implement a parameter_names property.

Submodules

base

Generic abstract base classes for response, stimulus encoder, and canonical models.

cf

Connective field (CF) models.

compression

Generic compressive models.

prf

Population receptive field (pRF) models.