Phi_k: The Phi_k function

View source: R/Phi_k.R

Phi_kR Documentation

The Phi_k function

Description

The Phi_k function

Usage

Phi_k(k)

Arguments

k

an integer k \in (2,\infty)

Value

The Phi_k neural network

References

Definition 2.22. 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

Phi_k(4) |> view_nn()
Phi_k(5) |> view_nn()


nnR documentation built on May 29, 2024, 2:02 a.m.

Related to Phi_k in nnR...