AvivLugasi / DeepNet

Open source deep learning framework desinged to run on both CPU and GPU
0 stars 0 forks source link

finish implement the basic SGD optimizer #3

Closed AvivLugasi closed 3 weeks ago

AvivLugasi commented 3 weeks ago

add the options of: momentum and adaptive learning rate

AvivLugasi commented 3 weeks ago

added momentum

AvivLugasi commented 3 weeks ago

added Schedules classes for adaptive learning rate implementation