Uses of Class
simbad.piconode.core.node.Network

Packages that use Network
simbad.piconode.core.node   
 

Uses of Network in simbad.piconode.core.node
 

Subclasses of Network in simbad.piconode.core.node
 class FeedForwardNeuralNetwork
          This class implement a simple feed-forward neural network (no special properties)
 class FeedForwardNeuralNetworkForBackPropLearning
          This class implement a feed-forward neural network with learning capabilitie through back-propagation.
 class NeuralNetwork
          The NeuralNetwork class provides the minimal basis to define a neural network module.
 class RecurrentNeuralNetwork
          This class implements the basis for a recurrent neural network (no special ability).
 class SelfOrganizingMap
          This class implement a simple 2D "Kohonen" Self Organizing Map.