Open cnuernber opened 7 years ago
Current example of weight initialization by hand to allow testing of different strategies:
https://github.com/thinktopic/cortex/blob/master/test/clj/cortex/nn/network_test.clj#L10
I think there's a confusion here between weight initialization and weight normalization, re-opening issue.
https://papers.nips.cc/paper/6114-weight-normalization-a-simple-reparameterization-to-accelerate-training-of-deep-neural-networks.pdf
Need someone to get into this, test it, see where it works and where it does not.