Constant Field Values

Contents

com.jml.*

  • com.jml.neural_network.activations.Linear
    Modifier and Type
    Constant Field
    Value
    public final String
    "Linear"
  • com.jml.neural_network.activations.Relu
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ReLU"
  • com.jml.neural_network.activations.Sigmoid
    Modifier and Type
    Constant Field
    Value
    public final String
    "Sigmoid"
  • com.jml.neural_network.activations.Softmax
    Modifier and Type
    Constant Field
    Value
    public final String
    "Softmax"
  • com.jml.neural_network.activations.Tanh
    Modifier and Type
    Constant Field
    Value
    public static final String
    "tanh"
  • com.jml.neural_network.layers.Dense
    Modifier and Type
    Constant Field
    Value
    public final String
    "Dense"
  • com.jml.neural_network.layers.Dropout
    Modifier and Type
    Constant Field
    Value
    public final String
    "Dropout"
  • com.jml.neural_network.layers.Linear
    Modifier and Type
    Constant Field
    Value
    public final String
    "Linear"