Common neural network initializers nn.initializers (#456)

* initial commit: constant, normal, uniform

* identity, glorot and he initializers

* docstrings

* rm file

* nits

* nits

* nits

* testing suite

* docs

* nits in docs

* more docs

* remove unused template

* rename packakge to nn.innit

* docs, receptive field

* more docs

---------

Co-authored-by: Awni Hannun <[email protected]>
This commit is contained in:
LeonEricsson
2024-01-23 06:47:20 -08:00
committed by GitHub
co-authored by Awni Hannun
parent 86e0c79467
commit 6b4b30e3fc
5 changed files with 491 additions and 1 deletions
+1
View File
@@ -180,3 +180,4 @@ In detail:
nn/layers
nn/functions
nn/losses
nn/init