grad_w: Compute the gradient of the weight for a given layer

View source: R/netzuko.R

grad_wR Documentation

Compute the gradient of the weight for a given layer

Description

Compute the gradient of the weight for a given layer

Usage

grad_w(delta, x)

Arguments

delta

The errors passed from the next layer

x

The inputs or the current hidden units

Value

The gradient of the weights for gradient descent update

Note

For Internal Use


billyhw/netzuko documentation built on March 23, 2022, 4:26 p.m.