Closed jramapuram closed 9 years ago
I think it is best to have just one Weights
class. I see no reason for them to be combined. I think I just did what I did because it was easier during the prototype phase of LinearNode
.
:+1:
Fixed in master.
Weights are currently initializing bias' This is not always desirable, eg LSTM:
Here, each node needs only needs 1 bias, i.e. 1 bias for input gate (as opposed to the 2 we will now have for mWi & mUi) Either we should :
To me 1. makes more sense