Id {nnR}R Documentation

: Id

Description

The function that returns the \mathsf{Id_1} networks.

Usage

Id(d = 1)

Arguments

d

the dimension of the Id network, by default it is 1.

Value

Returns the \mathsf{Id_1} network.

References

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

Examples

Id()
Id(3)


[Package nnR version 0.1.0 Index]