-
-
Notifications
You must be signed in to change notification settings - Fork 33
Gradient descent
Ilya Gyrdymov edited this page Sep 2, 2017
·
6 revisions
One of the simplest ways to find an optima of a function is to use Gradient Descent. That is why it was implemented in this library in the first turn. Let us consider the foundation of Gradient Descent.