Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.knime.base.data.neural Classes and Interfaces - 9 results found.
NameDescriptionTypePackageFramework
ArchitectureThis class represents the general architecture of a neural network and specifies how much layers, neurons constitute the neural network.Classorg.knime.base.data.neuralKNIME
HiddenLayerThis class represents a hidden layer in a MultiLayerPerceptron.Classorg.knime.base.data.neuralKNIME
InputLayerA special layer holding the input perceptrons.Classorg.knime.base.data.neuralKNIME
InputPerceptronClass representing an input perceptron.Classorg.knime.base.data.neuralKNIME
LayerAn abstract class defining a layer in a Neural Network.Classorg.knime.base.data.neuralKNIME
MultiLayerPerceptronRepresentation of a MultiLayer Perceptron, a neural net with one or moreAuthor:Nicolas Cebron, University of KonstanzClassorg.knime.base.data.neuralKNIME
PerceptronAbstract class defining the behaviour of a perceptron in a neural network.Classorg.knime.base.data.neuralKNIME
RProp 'A Direct Adaptive Method for Faster backpropagation Learning: The RPROP Algorithm', Proc.Classorg.knime.base.data.neural.methodsKNIME
SigmoidPerceptronA hidden layer perceptron with a sigmoid activation function.Classorg.knime.base.data.neuralKNIME