jax-js
    Preparing search index...

    Type Alias SgdOptions

    type SgdOptions = {
        momentum?: number | null;
        nesterov?: boolean;
    }

    Properties

    momentum?: number | null
    nesterov?: boolean