Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Rate

Built-in learning rate policies, which allow for a dynamic learning rate during neural network training.

see

Learning rates and how-to improve performance

see

Learning rate policy

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Rate(baseRate: number): Rate
  • Constructs a rate policy

    Parameters

    • baseRate: number

      the rate at first iteration

    Returns Rate

Properties

Protected Readonly baseRate

baseRate: number

The rate at the first iteration.

Methods

Abstract calc

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

    Parameters

    • iteration: number

      count

    Returns number

    the current training rate

Generated using TypeDoc