Skip to content

Gradient descent

Ilya Gyrdymov edited this page Sep 2, 2017 · 6 revisions

Essentials

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.

Clone this wiki locally