Interface LayerPass

All Known Implementing Classes:
ActivationELU, ActivationReLU, ActivationSoftMax, ActivationSoftMaxCCE, LayerDense

public interface LayerPass
  • Method Details

    • forward

      void forward(Matrix2D inputs)
    • backward

      void backward(Matrix2D dvalues)
    • getOutput

      Matrix2D getOutput()
    • getDInputs

      Matrix2D getDInputs()
    • getJSON

      org.json.simple.JSONObject getJSON()