ShifuML / shifu

An end-to-end machine learning and data mining framework on Hadoop
https://github.com/ShifuML/shifu/wiki
Apache License 2.0
252 stars 109 forks source link

Mini Batch Support in NN/LR #413

Closed zhangpengshan closed 7 years ago

zhangpengshan commented 7 years ago

In each epoch so far Shifu will do batch gradient descent, to support mini batch which can be used to improve the convergence.

Set a parameter like miniBatchRate.

zhangpengshan commented 7 years ago

close this issue because of duplicated with https://github.com/ShifuML/shifu/issues/434