The function that returns the numbe of parameters of a neural
network.
Usage
param(nu)
Value
An integer representing the parameter count of our neural network.
Arguments
nu
A neural network of the type generated by
create_nn(). Denoted \(\mathsf{P}\).
References
Definition 1.3.1. Jentzen, A., Kuckuck, B., and von Wurstemberger, P. (2023).
Mathematical introduction to deep learning: Methods, implementations,
and theory. https://arxiv.org/abs/2310.20360.