Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

stopping.maxit

stopping.maxit function


Description

A function to halt computation when the number of iterations reaches a given threshold, tol

Usage

## S3 method for class 'maxit'
stopping(cost, curcost, count, tol, ...)

Arguments

cost

the value of the loss function passed in

curcost

current measure of cost, can be different to the parameter 'cost' above e.g. may consider smoothed cost over the last k iterations

count

iteration count

tol

tolerance, or limit

...

additional arguments

Value

...


deepNN

Deep Learning

v1.0
GPL-3
Authors
Benjamin Taylor [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.