parameterBackwardPass: Backpropagation (parameters' deltas)

Description Usage Arguments Value

View source: R/tagi.R

Description

This function calculates parameter's deltas.

Usage

1
parameterBackwardPass(NN, theta, states, deltaM, deltaS)

Arguments

NN

Lists the structure of the neural network

theta

List of parameters

states

List of states

deltaM

Delta of mean vector of units given y μ_{Z}|y at all layers

deltaS

Delta of covariance matrix of units given y Σ_{Z}|y at all layers

Value

Parameters' deltas (mean and covariance for each)


mgoulet847/tagi documentation built on Dec. 21, 2021, 5:10 p.m.