fcCovaddddddw: Covariance between first and second derivatives from...

Description Usage Arguments Value

View source: R/tagi.R

Description

This function calculates covariance between weights and second derivatives and covariance between first and second derivatives from consecutive layers.

Usage

1
fcCovaddddddw(mao, mai, mdao, Caoai, Cdodi, Caow, Cdow, acto, acti, ni, no, B)

Arguments

mao

Mean vector of activation units from next layer

mai

Mean vector of activation units from current layer

mdao

Mean vector of activation units' first derivative from next layer

Caoai

Covariance between activation units from current and next layers

Cdodi

Covariance between first derivatives from current and next layers

Caow

Covariance between activation units and weights

Cdow

Covariance between derivatives and weights

acto

Activation function index for next layer defined by activationFunIndex

acti

Activation function index for current layer defined by activationFunIndex

ni

Number of units in current layer

no

Number of units in next layer

B

Batch size

Value


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