You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# An ensemble does not have to represent a single value. Each group can represent multiple values.
# The number of values a group is representing is called "dimensions".
# Eg: Spatial coordinates (x, y, z) = 3 dimensions
# In this model, three different values are being decoded from each of the groups of neurons.
# Nengo decodes these values by finding different ways of weighting together the actual spiking output (top graphs) in order to produce the bottom graphs.