get_error_hidden: Compute errors from a layer to the previous layer

View source: R/netzuko.R

get_error_hiddenR Documentation

Compute errors from a layer to the previous layer

Description

Compute errors from a layer to the previous layer

Usage

get_error_hidden(delta, grad_s, w)

Arguments

delta

The error from the next layer

grad_s

The gradient of the activation function for linear predictors at the current layer

The

weights associated with the current layer

Value

The error term to be back-propagated

Note

For Internal use


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