|
|||||||||
Home >> All >> AI >> [ NeuralNetworks overview ] | PREV NEXT |
Uses of Class
AI.NeuralNetworks.FeedForwardNetwork
Uses of FeedForwardNetwork in AI.NeuralNetworks |
Subclasses of FeedForwardNetwork in AI.NeuralNetworks | |
class |
BackErrorPropagation
This Class is a nerual network with a multiple layer feed forward architecture where the back error propagation could be run |
class |
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 |
Constructors in AI.NeuralNetworks with parameters of type FeedForwardNetwork | |
BackErrorPropagation(FeedForwardNetwork network,
float learningRate,
float momentumRate,
long maximumEpoch,
float stopError)
Creates a new BackErrorPropagation instance |
|
BackErrorPropagation(FeedForwardNetwork network)
Creates a new BackErrorPropagation instance |
|
DistributedBackErrorPropagation(FeedForwardNetwork network,
java.io.BufferedWriter bw)
Creates a new DistributedBackErrorPropagation instance |
|
DistributedBackErrorPropagation(FeedForwardNetwork network)
Creates a new DistributedBackErrorPropagation instance |
|
|||||||||
Home >> All >> AI >> [ NeuralNetworks overview ] | PREV NEXT |