The Network
class implements a neural network object. A neural network object stores basic data, populations, projections, and strategies for generating neurons and synapses, as well as provides a common interface for accessing neurons and synapses of the neural network. In a neural network, all populations are connected by projections.
The class contains functions that you can use to add or remove neural network populations and projections, and link these.
Page top