Uses of Class
org.episteme.core.mathematics.ml.neural.ActivationFunction
Packages that use ActivationFunction
Package
Description
-
Uses of ActivationFunction in org.episteme.core.mathematics.ml.neural
Fields in org.episteme.core.mathematics.ml.neural declared as ActivationFunctionModifier and TypeFieldDescriptionstatic final ActivationFunctionActivationFunction.IDENTITYstatic final ActivationFunctionActivationFunction.LEAKY_RELUstatic final ActivationFunctionActivationFunction.RELUstatic final ActivationFunctionActivationFunction.SIGMOIDstatic final ActivationFunctionActivationFunction.SOFTMAXstatic final ActivationFunctionActivationFunction.TANHFields in org.episteme.core.mathematics.ml.neural with type parameters of type ActivationFunctionModifier and TypeFieldDescriptionstatic final EnumRegistry<ActivationFunction> ActivationFunction.REGISTRYMethods in org.episteme.core.mathematics.ml.neural that return ActivationFunctionModifier and TypeMethodDescriptionstatic ActivationFunctionGets or registers an activation function by name.static ActivationFunctionstatic ActivationFunction[]ActivationFunction.values() -
Uses of ActivationFunction in org.episteme.core.mathematics.ml.neural.layers
Methods in org.episteme.core.mathematics.ml.neural.layers that return ActivationFunctionConstructors in org.episteme.core.mathematics.ml.neural.layers with parameters of type ActivationFunction