Hierarchy For Package org.episteme.core.mathematics.ml.neural.layers

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.episteme.core.mathematics.ml.neural.layers.ActivationLayer<T> (implements org.episteme.core.mathematics.ml.neural.Layer<T>)
      • org.episteme.core.mathematics.ml.neural.layers.ReLU<T>
    • org.episteme.core.mathematics.ml.neural.layers.Linear<T> (implements org.episteme.core.mathematics.ml.neural.Layer<T>)
    • org.episteme.core.mathematics.ml.neural.layers.Sequential<T> (implements org.episteme.core.mathematics.ml.neural.Layer<T>)