Pwr | R Documentation |
A function that returns the \mathsf{Pwr}
neural networks.
Pwr(q, eps, exponent)
q |
a real number in |
eps |
a real number in |
exponent |
The power to which we will raise. Computation time increases as exponent increases |
A neural network that approximates raising a number to exponent, when
given appropriate q,\varepsilon
and exponent when instantiated
under ReLU activation at x
.
Pwr(2.1, 0.1, 2) |> inst(ReLU, 3) # This may take some time, please only click once.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.