The Network
class implements a neural network object. A neural network object stores populations, projections, and strategies for generating neurons and synapses. It also offers a unified interface for accessing individual neurons and synapses within the network. In a neural network, all populations are connected by projections.
The Network
class provides functions that you can use to add or delete populations and projections within a neural network.
Each object of the Network
class has the following properties: