Tun | R Documentation |
Tun: The function that returns tunneling neural networks
Tun(n, d = 1)
n |
The depth of the tunnel network where |
d |
The dimension of the tunneling network. By default it is assumed to be |
A tunnel neural network of depth n. A tunneling neural
network is defined as the neural network \mathsf{Aff}_{1,0}
for n=1
,
the neural network \mathsf{Id}_1
for n=1
and the neural network
\bullet^{n-2}\mathsf{Id}_1
for n >2
. For this to work we
must provide an appropriate n
and instantiate with ReLU at some
real number x
.
Definition 2.17. 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
Tun(4)
Tun(4, 3) |> view_nn()
Tun(5)
Tun(5, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.