|
|||||||||
Home >> All >> AI >> [ NeuralNetworks overview ] | PREV NEXT |
Uses of Package
AI.NeuralNetworks
Classes in AI.NeuralNetworks used by AI.NeuralNetworks | |
BackErrorPropagation
This Class is a nerual network with a multiple layer feed forward architecture where the back error propagation could be run |
|
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 |
|
NeuralNetworkTeacher
This interface defines a NerualNetwork Teacher |
|
Notify
This interface defines an Notify object. |
|
UnexpectedInputArraySizeException
|
|
|||||||||
Home >> All >> AI >> [ NeuralNetworks overview ] | PREV NEXT |