Description Usage Arguments Value Author(s) Examples
View source: R/forward_propagation.R
Apply forward propagation to a set of NN weights and biases.
1 | f_propagate(X, W, b, sigma)
|
X |
input |
W |
weights |
b |
biases |
sigma |
activation function |
a matrix of
Yijun Yang
1 2 3 4 | ## Not run:
f_propagate(X, W1, b1, relu)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.