nnf_linear | R Documentation |
Applies a linear transformation to the incoming data: y = xA^T + b
.
nnf_linear(input, weight, bias = NULL)
input |
|
weight |
|
bias |
optional tensor |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.