nnf_bilinear | R Documentation |
Applies a bilinear transformation to the incoming data:
y = x_1 A x_2 + b
nnf_bilinear(input1, input2, weight, bias = NULL)
input1 |
|
input2 |
|
weight |
|
bias |
|
output (N, *, H_{out})
where H_{out}=\mbox{out\_features}
and all but the last dimension are the same shape as the input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.