Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 428 Bytes

File metadata and controls

3 lines (2 loc) · 428 Bytes

The authors find a novel algorithm to train the parameters in the neural nets (NNs). In traditional NNs, the forward propagation is deterministic, i.e. o = a * W + b. However, in this paper, they update the vector o in a non-deterministic way, i.e. updating via the mean and variance of an exponential-family.