forwardprop: Forward propagation

Description Usage Arguments Value

View source: R/nn.R

Description

Runs a forward pass through the network.

Usage

1
forwardprop(model, x)

Arguments

model

list of all the weights and biases

x

input to the network

Value

list of all intermediate values


simpleMLP documentation built on March 28, 2021, 9:07 a.m.