Class ActivationLayer<T>
java.lang.Object
org.episteme.core.mathematics.ml.neural.layers.ActivationLayer<T>
- Type Parameters:
T- data type
- All Implemented Interfaces:
Serializable, Layer<T>
- Direct Known Subclasses:
ReLU
Generic activation layer that applies a specified
ActivationFunction.- Since:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActivationLayer(String functionName) ActivationLayer(ActivationFunction function) -
Method Summary
Modifier and TypeMethodDescriptionPerforms a forward pass using explicit autograd nodes.Returns the learnable parameters of this layer.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Layer
forward, getGradients, setTraining
-
Constructor Details
-
ActivationLayer
-
ActivationLayer
-
-
Method Details
-
forward
-
getParameters
-
getFunction
-