Uses of Class
org.simnet.networks.Backprop

Packages that use Backprop
org.simbrain.network.dialog.network The simbrain.network.dialog.network package contains dialog classes that manage the creation and editing of network-level dialog boxes. 
org.simbrain.network.nodes.subnetworks The simbrain.network.nodes.subnetworks package contains the different network types. 
org.simnet.networks The simnet.networks package contains all neural network types in Simbrain. 
 

Uses of Backprop in org.simbrain.network.dialog.network
 

Constructors in org.simbrain.network.dialog.network with parameters of type Backprop
BackpropPropertiesDialog(Backprop backprop)
          Default constructor.
BackpropTrainingDialog(Backprop backprop)
          This method is the default constructor.
 

Uses of Backprop in org.simbrain.network.nodes.subnetworks
 

Methods in org.simbrain.network.nodes.subnetworks that return Backprop
 Backprop BackpropNetworkNode.getBackpropSubnetwork()
           
 

Constructors in org.simbrain.network.nodes.subnetworks with parameters of type Backprop
BackpropNetworkNode(NetworkPanel networkPanel, Backprop subnetwork, double x, double y)
          Create a new CompetitiveNetworkNode.
 

Uses of Backprop in org.simnet.networks
 

Subclasses of Backprop in org.simnet.networks
 class Elman
          Elman networks are simple recurrent networks based on the work of Jeff Elman.