-
Notifications
You must be signed in to change notification settings - Fork 2
Initialisers
Ned Taylor edited this page Feb 17, 2024
·
1 revision
The initialisers currently available within the ATHENA library are:
- gaussian
- glorot_uniform
- glorot_normal
- he_uniform
- he_normal
- lecun_uniform
- lecun_normal
- ones
- zeros
- ident
Definitions of these different forms of normalisation can be found at either Keras, Deep Learning Wizard, or many other places online.