This repository contains a MATLAB implementation of the Gradient Descent algorithm to minimize a simple quadratic function. The function being minimized is ( f(x) = (x - 3)^2 ), with its minimum ...
Summary of implemented (or to be implemented) Gradient Descent based algorithms All these algorithms can be adapted to use parallel gradient computation to speed up the optimization, especially for ...