| Csn | R Documentation | 
The function that returns \mathsf{Csn}.
Csn(n, q, eps)
| n | The number of Taylor iterations. Accuracy as well as computation
time increases as  | 
| q | a real number in  | 
| eps | a real number in  Note:  In practice for most desktop uses
 | 
A neural network that approximates \cos under instantiation
with ReLU activation. See also Sne.
Definition 2.29 in 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
Csn(2, 2.5, 0.5) # this may take some time
Csn(2, 2.5, 0.5) |> inst(ReLU, 1.50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.