Interface InputOptimizerLoss

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double loss​(org.nd4j.linalg.api.ndarray.INDArray plNetOutput)  
      double lossGradient​(org.nd4j.linalg.api.ndarray.INDArray plNetOutput)  
    • Method Detail

      • loss

        double loss​(org.nd4j.linalg.api.ndarray.INDArray plNetOutput)
      • lossGradient

        double lossGradient​(org.nd4j.linalg.api.ndarray.INDArray plNetOutput)