Class Summary |
BackErrorPropagation |
This Class is a nerual network with a multiple layer feed forward architecture where
the back error propagation could be run |
DistributedBackErrorPropagation |
This Class is a nerual network with a multiple layer feed forward architecture where
a distributed version of the back error propagation algorithm could be run |
DistributedFeedForwardWeightedTrainingLayer |
This class is used to represent the inner and output layers of a multilayer feed forward neural network |
FeedForwardInputLayer |
This class is used to represent the first layer of a multilayer feed forward neural network |
FeedForwardLayer |
A multilayer feed forewar nerual network is composed by layers those layers are subclases of this class. |
FeedForwardNetwork |
This Class is a nerual network with a multiple layer feed forward architecture |
FeedForwardWeightedLayer |
This class is used to represent the inner and output layers of a multilayer feed forward neural network |
FeedForwardWeightedTrainingLayer |
This class is used to represent the inner and output layers of a multilayer feed forward
neural network where the back error propabation algorithm is run |
PatternPair |
This class has a input - output pattern for a nerual netwrok |