-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
It isn't always clear from the documentation of Primatives what the expected inputs / outputs are. Examples:
- Convolutions state the function is f (star) g but then list the parameters as not including either f or g, though I believe with external knowledge of convolutions that one of f and g are made up from the parameters (i.e. one of them is the convolution matrix) and one is the input. The output is then presumably the result of the operation?
- Models like LI / L / I / CubaLI which don't output spikes presumably output voltage or even just dimensionless values? Even if dimensionless, it would be good to document the variable that is output.
- Models which take "current input" like the Cuba models presumably expect Spike inputs where the LI and LIF models expect... possibly current inputs, or is it just dimensionless inputs? Again, even if dimensionless, it would be good to document the variables assumed to be inputs.
- Do models that end with a Threshold (Spike) element output Spikes only, or can they also output Voltage i.e. can a model output multiple things and is that something that has to be explicit somewhere?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels