hid | R Documentation |
The function that returns the number of hidden layers of a
neural network. Denoted \mathsf{H}
hid(nu)
nu |
a neural network of the type generated by create_nn() By definition |
Integer representing the number of hidden layers.
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.
create_nn(c(4, 5, 6, 2)) |> hid()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.