|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NeuronFunction | |
---|---|
net.sourceforge.cilib.neuralnetwork.generic.neuron | |
net.sourceforge.cilib.neuralnetwork.generic.topologybuilders |
Uses of NeuronFunction in net.sourceforge.cilib.neuralnetwork.generic.neuron |
---|
Classes in net.sourceforge.cilib.neuralnetwork.generic.neuron that implement NeuronFunction | |
---|---|
class |
HyperbollicTangentOutputFunction
Hyperbollic Tangent Function. |
class |
LinearOutputFunction
|
class |
SigmoidOutputFunction
Deprecated. This class should be replaced by Sigmoid |
class |
TanHOutputFunction
Hyperbollic Tangent Function. |
Methods in net.sourceforge.cilib.neuralnetwork.generic.neuron that return NeuronFunction | |
---|---|
NeuronFunction |
NeuronFunction.getClone()
|
NeuronFunction |
DotProductNeuronConfig.getOutputFunction()
|
Methods in net.sourceforge.cilib.neuralnetwork.generic.neuron with parameters of type NeuronFunction | |
---|---|
void |
DotProductNeuronConfig.setOutputFunction(NeuronFunction outputFunction)
|
Uses of NeuronFunction in net.sourceforge.cilib.neuralnetwork.generic.topologybuilders |
---|
Fields in net.sourceforge.cilib.neuralnetwork.generic.topologybuilders declared as NeuronFunction | |
---|---|
protected NeuronFunction |
GenericTopologyBuilder.activationFunction
|
protected NeuronFunction |
GenericTopologyBuilder.outputActivationFunction
|
Methods in net.sourceforge.cilib.neuralnetwork.generic.topologybuilders that return NeuronFunction | |
---|---|
NeuronFunction |
GenericTopologyBuilder.getActivationFunction()
Get the type of NeuronFunction that is used to construct the Neural Network |
NeuronFunction |
GenericTopologyBuilder.getOutputActivationFunction()
Get the type of NeuronFunction that is used to construct the output layer Neural Network |
Methods in net.sourceforge.cilib.neuralnetwork.generic.topologybuilders with parameters of type NeuronFunction | |
---|---|
void |
GenericTopologyBuilder.setActivationFunction(NeuronFunction activationFunction)
Set the type of NeuronFunction to use for the hidden layer(s) of the Neural Network |
void |
GenericTopologyBuilder.setOutputActivationFunction(NeuronFunction outputActivationFunction)
The type of NeuronFunction to use for output neurons, this may differ from the type used in the hidden layer(s) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |