Uses of Interface
org.episteme.core.mathematics.ml.neural.Layer
Packages that use Layer
Package
Description
-
Uses of Layer in org.episteme.core.mathematics.loaders
Subclasses with type arguments of type Layer in org.episteme.core.mathematics.loadersModifier and TypeClassDescriptionclassLoader/Serializer for Neural Network models using Java Binary Serialization.classMethods in org.episteme.core.mathematics.loaders that return LayerModifier and TypeMethodDescriptionLayer<?> protected Layer<?> BinaryModelLoader.loadFromSource(String id) Methods in org.episteme.core.mathematics.loaders that return types with arguments of type LayerModifier and TypeMethodDescriptionBinaryModelLoader.getResourceType()NeuralModelWriter.getResourceType()Methods in org.episteme.core.mathematics.loaders with parameters of type LayerModifier and TypeMethodDescriptionvoidSaves a layer (or model) to a binary file.voidvoidSaves the layer's parameters to a JSON file.Serializes layer architecture and parameters to a JSON String. -
Uses of Layer in org.episteme.core.mathematics.ml.neural
Methods in org.episteme.core.mathematics.ml.neural that return types with arguments of type LayerMethods in org.episteme.core.mathematics.ml.neural with parameters of type LayerModifier and TypeMethodDescriptionAdds a layer to the network. -
Uses of Layer in org.episteme.core.mathematics.ml.neural.layers
Classes in org.episteme.core.mathematics.ml.neural.layers that implement LayerModifier and TypeClassDescriptionclassGeneric activation layer that applies a specifiedActivationFunction.classLinear<T>Fully connected (linear) layer.classReLU<T>Rectified Linear Unit (ReLU) activation layer.classSequential<T>Container for sequential execution of layers.Methods in org.episteme.core.mathematics.ml.neural.layers with parameters of type Layer -
Uses of Layer in org.episteme.natural.computing.ml
Methods in org.episteme.natural.computing.ml that return types with arguments of type LayerMethods in org.episteme.natural.computing.ml with parameters of type Layer