C# (CSharp) xpidea.neuro.net Namespace

Nested Namespaces

xpidea.neuro.net.adaline
xpidea.neuro.net.backprop
xpidea.neuro.net.bam
xpidea.neuro.net.examples
xpidea.neuro.net.patterns
xpidea.neuro.net.son

Classes

Name Description
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.