hanbt / learn_dl

Deep learning algorithms source code for beginners
Apache License 2.0
1.19k stars 988 forks source link

Fix self.bias updating bug #25

Closed huajianmao closed 5 years ago

hanbt commented 5 years ago

Original code: self.bias += rate * delta The original value of bias has already been reserved by using op "+="