JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Episteme 1.0.0-beta3.0.14
org.episteme.core.mathematics.ml.neural
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package org.episteme.core.mathematics.ml.neural
package
org.episteme.core.mathematics.ml.neural
Related Packages
Package
Description
org.episteme.core.mathematics.ml
org.episteme.core.mathematics.ml.neural.autograd
org.episteme.core.mathematics.ml.neural.backends
org.episteme.core.mathematics.ml.neural.layers
org.episteme.core.mathematics.ml.neural.optimizers
org.episteme.core.mathematics.ml.backends
org.episteme.core.mathematics.ml.generative
org.episteme.core.mathematics.ml.providers
All Classes and Interfaces
Interfaces
Classes
Class
Description
ActivationFunction
Extensible categorization of neural network activation functions.
ComputationGraph
<T>
Represents a neural network as a sequence of layers (Computational Graph).
Layer
<T>
Represents a layer in a neural network.
Optimizer
<T>
Interface for optimization algorithms used to train neural networks.