i {nnR} | R Documentation |
i
Description
The function that returns the \mathbb{i}
network.
Usage
i(d)
Arguments
d |
the size of the |
Value
returns the i_d network
References
Definition 2.2.6. Jentzen, A., Kuckuck, B., and von Wurstemberger, P. (2023). Mathematical introduction to deep learning: Methods, implementations, and theory. https://arxiv.org/abs/2310.20360
Examples
i(5)
i(10)
[Package nnR version 0.1.0 Index]