The function that returns the depth of a neural network. Denoted
\(\mathsf{D}\).
Usage
dep(nu)
Value
Integer representing the depth of the neural network.
Arguments
nu
a neural network of the type generated by
create_nn(). Very straightforwardly it is the
length of the list where neural networks are defined as an odered list of
lists.
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.