|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IActivationFunction | |
---|---|
org.vizzini.ai.neuralnetwork | Provides neural network classes for the game framework. |
org.vizzini.ai.neuralnetwork.function | Provides neural network function classes for the game framework. |
org.vizzini.ai.neuralnetwork.layer | Provides neural network layer classes for the game framework. |
Uses of IActivationFunction in org.vizzini.ai.neuralnetwork |
---|
Methods in org.vizzini.ai.neuralnetwork that return IActivationFunction | |
---|---|
IActivationFunction |
ILayer.getActivationFunction()
Return the activation function. |
IActivationFunction |
AbstractNeuralNetwork.getActivationFunction(int layerIndex)
Return the activation function. |
IActivationFunction |
INeuralNetwork.getActivationFunction(int layerIndex)
Return the activation function. |
Methods in org.vizzini.ai.neuralnetwork with parameters of type IActivationFunction | |
---|---|
void |
AbstractNeuralNetwork.setActivationFunction(IActivationFunction function)
Set the activation function. |
void |
ILayer.setActivationFunction(IActivationFunction function)
Set the activation function. |
void |
INeuralNetwork.setActivationFunction(IActivationFunction function)
Set the activation function for the all layers of the network. |
void |
AbstractNeuralNetwork.setActivationFunction(int layer,
IActivationFunction function)
Set the activation function for the given layer index. |
void |
INeuralNetwork.setActivationFunction(int layer,
IActivationFunction function)
Set the activation function for the given layer index. |
Uses of IActivationFunction in org.vizzini.ai.neuralnetwork.function |
---|
Classes in org.vizzini.ai.neuralnetwork.function that implement IActivationFunction | |
---|---|
(package private) class |
AbstractActivationFunction
Provides base functionality for activation functions used by neural networks. |
class |
BipolarSigmoidFunction
Provides a bipolar sigmoid activation function for a neural network. |
class |
PassThroughFunction
Provides a pass-through activation function for a neural network. |
class |
SigmoidFunction
Provides a sigmoid activation function for a neural network. |
class |
ThresholdFunction
Provides a threshold activation function for a neural network. |
class |
ThresholdLinearFunction
Provides a threshold linear activation function for a neural network. |
Uses of IActivationFunction in org.vizzini.ai.neuralnetwork.layer |
---|
Methods in org.vizzini.ai.neuralnetwork.layer that return IActivationFunction | |
---|---|
IActivationFunction |
AbstractFunctionLayer.getActivationFunction()
Return the activation function. |
IActivationFunction |
AbstractLayer.getActivationFunction()
Return the activation function. |
Methods in org.vizzini.ai.neuralnetwork.layer with parameters of type IActivationFunction | |
---|---|
void |
AbstractFunctionLayer.setActivationFunction(IActivationFunction function)
Set the activation function. |
void |
AbstractLayer.setActivationFunction(IActivationFunction function)
Set the activation function. |
void |
InputLayer.setActivationFunction(IActivationFunction function)
Set the activation function. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |