Sum {nnR} | R Documentation |
Sum
Description
The function that returns neural networks.
These are neural networks defined as such
Usage
Sum(n, k)
Arguments
n |
number of copies of a certain vector to be summed. |
k |
the size of the summation vector. |
Value
An affine neural network that will take a vector of size
and return the summation vector that is of length
. See also
Aff
and Cpy
.
References
Definition 2.10. Rafi S., Padgett, J.L., Nakarmi, U. (2024) Towards an Algebraic Framework For Approximating Functions Using Neural Network Polynomials https://arxiv.org/abs/2402.01058
[Package nnR version 0.1.0 Index]