Class Adadelta

    • Constructor Detail

      • Adadelta

        protected Adadelta​(Adadelta.Builder builder)
        Creates a new instance of Adadelta.
        Parameters:
        builder - the builder to create a new instance of Adadelta
    • Method Detail

      • update

        public void update​(java.lang.String parameterId,
                           NDArray weight,
                           NDArray grad)
        Updates the parameters according to the gradients.
        Specified by:
        update in class Optimizer
        Parameters:
        parameterId - the parameter to be updated
        weight - the weights of the parameter
        grad - the gradients