modern-fortran / neural-fortran

A parallel framework for deep learning
MIT License
395 stars 82 forks source link

Implement momentum and Nesterov modifications in SGD in example/quadratic.f90 #137

Closed milancurcic closed 1 year ago

milancurcic commented 1 year ago

Similar to #136.

Reference

milancurcic commented 1 year ago

Done by #148