forwardPropogate: forwardPropogate performs a forward propogation through the...

Description Usage Arguments Functions

View source: R/forward-propogate.R

Description

forwardPropogate performs a forward propogation through the network, using current value of parameters Theta

Usage

1
2
3
forwardPropogate(Thetas, a, nLayers)

forwardPropogate_c(Thetas, a, nLayers)

Arguments

Thetas

list of matrices of parameters

a

template of activation matrices (with "zeroth" layer filled in with inputs)

nLayers

number of hidden layers

Functions


philipmgoddard/nnePtR documentation built on May 25, 2019, 5:04 a.m.