Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jscience.computing.ai.neurocomputing Classes and Interfaces - 18 results found.
NameDescriptionTypePackageFramework
ActivationThe interface for the neural network activation function.Interfaceorg.jscience.computing.ai.neurocomputingJScience
Activation .NoneNo activation function.Classorg.jscience.computing.ai.neurocomputingJScience
Activation .SigmoidSigmoid activation function.Classorg.jscience.computing.ai.neurocomputingJScience
Activation .SteppedA stepped activation function.Classorg.jscience.computing.ai.neurocomputingJScience
Activation .TanhHyperbolic tangent activation function.Classorg.jscience.computing.ai.neurocomputingJScience
EvoFeedForwardNNThis class implements an evolutionary feedforward network.Classorg.jscience.computing.ai.neurocomputingJScience
FeedForwardNNA simple implementation of a feedforward network.Classorg.jscience.computing.ai.neurocomputingJScience
FFNHiddenLayerThis class implements a hidden layer for a feedforward network.Classorg.jscience.computing.ai.neurocomputingJScience
FFNInputLayerThis class implements the input layer for the feedforward network.Classorg.jscience.computing.ai.neurocomputingJScience
FFNLayerAn abstract class for the feedforward layers.Classorg.jscience.computing.ai.neurocomputingJScience
FFNOutputLayerThis class implements the output layer for the feedforward network.Classorg.jscience.computing.ai.neurocomputingJScience
KohonenNNThis class provides a simple implementation of a two-dimensional Kohonen self- organizing map.Classorg.jscience.computing.ai.neurocomputingJScience
KohonenTrainerThis class implements the Kohonen training algorithm.Classorg.jscience.computing.ai.neurocomputingJScience
NeuralNetworkA neural network framework class.Classorg.jscience.computing.ai.neurocomputingJScience
NeuralNetworkExceptionA simple class for neural network exceptions.Classorg.jscience.computing.ai.neurocomputingJScience
NeuralNetworkTrainerThis class is intended to provide a common interface for the more complicated neural network training algorithms, such as a multi-stage Kohonen trainingClassorg.jscience.computing.ai.neurocomputingJScience
NotifierThe neural network notifier interface.Interfaceorg.jscience.computing.ai.neurocomputingJScience
PerceptronNNAn implementation of a perceptron.Classorg.jscience.computing.ai.neurocomputingJScience