Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FixedRate

Fixed Learning Rate

Default rate policy. Using this will make learning rate static (no change). Useful as a way to update a previous rate policy.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected Readonly baseRate

baseRate: number

The rate at the first iteration.

Methods

calc

  • calc(): number
  • Calculates the current training rate.

    Returns number

    the current training rate

Generated using TypeDoc