Package org.episteme.core.mathematics.ml.neural.layers
package org.episteme.core.mathematics.ml.neural.layers
-
ClassesClassDescriptionGeneric activation layer that applies a specified
ActivationFunction.Linear<T>Fully connected (linear) layer.ReLU<T>Rectified Linear Unit (ReLU) activation layer.Sequential<T>Container for sequential execution of layers.