View source: R/nn_functional.R
| ggml_batch_norm | R Documentation |
Create a Batch Normalization Layer Object
ggml_batch_norm(eps = 1e-05, name = NULL, trainable = TRUE)
eps |
Small constant for numerical stability (default 1e-5). |
name |
Optional character name. |
trainable |
Logical. |
A ggml_layer object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.