The function that returns the number of hidden layers of a
neural network. Denoted \(\mathsf{H}\)
Usage
hid(nu)
Value
Integer representing the number of hidden layers.
Arguments
nu
a neural network of the type generated by create_nn()
By definition \(\mathsf{H}(\nu) = \mathsf{D}(\nu) - 1\)
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.