Initializer that generates a random orthogonal matrix.

initializer_orthogonal(gain = 1, seed = NULL)

Arguments

gain

Multiplicative factor to apply to the orthogonal matrix.

seed

Integer used to seed the random generator.

References

Saxe et al., http://arxiv.org/abs/1312.6120

See also