f_propagate: Forward Propagation

Description Usage Arguments Value Author(s) Examples

View source: R/forward_propagation.R

Description

Apply forward propagation to a set of NN weights and biases.

Usage

1
f_propagate(X, W, b, sigma)

Arguments

X

input

W

weights

b

biases

sigma

activation function

Value

a matrix of

Author(s)

Yijun Yang

Examples

1
2
3
4
## Not run: 
f_propagate(X, W1, b1, relu)

## End(Not run)

yijunyang/bis557 documentation built on Dec. 21, 2020, 3:06 a.m.