Имя |
Описание |
BiasNode |
Implements the node that always produces constant output value (bias). |
ENeuroException |
Implements an exception thrown on any execution error. |
FeedForwardNode |
A node that produce its value based on sum of values of it's inputs. |
NeuralNetwork |
Base abstract class for all neural networks. |
NeuroLink |
Connects two nodes in a network. |
NeuroLinkCollection |
|
NeuroLinkCollection.CustomNeuroLinkEnumerator |
Cusom collection enumerator. |
NeuroNode |
Represents the Node in a neural network. |
NeuroObject |
Is the abstract base class for all neural network classes. |