nn_init_recurrent_uniform: Initialize recurrent weight tensor with small deterministic...

View source: R/nn_layers.R

nn_init_recurrent_uniformR Documentation

Initialize recurrent weight tensor with small deterministic values

Description

Uses a fixed zigzag pattern in [-0.01, 0.01] — no RNG, fully reproducible across all platforms and independent of the R random seed state.

Usage

nn_init_recurrent_uniform(tensor)

Value

Called for its side effect (fills tensor with deterministic small values); invisibly returns NULL.


ggmlR documentation built on July 14, 2026, 1:08 a.m.