forward_pass: Forward pass a set of inputs throughout the network

Description Usage Arguments Author(s)

View source: R/forward_pass.R

Description

This function does a forward propagation.

Usage

1
forward_pass(inputs, network)

Arguments

inputs

A matrix of size (N, 1), where N is the size of the layer that is going to receive such inputs. (matrix)

network

A network object generated by create_network (list)

Author(s)

Eduardo Kapp


eduardokapp/r_neural_network documentation built on Dec. 20, 2021, 3:21 a.m.