DescriptionGradient descent arrows.svg English: A plot showing gradient descent using arrows; the arrow size gets progressively smaller as the algorithm...
hereby publish it under the following license: % Illustration of gradient descent function main() % the ploting window figure(1); clf; hold on; set(gcf...
thickness=1; arrowsize=0.06; arrow_type=2; fontsize=13; red = [1, 0, 0]; white = 0.99*[1, 1, 1]; % initial guess for gradient descent x=-0.6498; y=-1.0212; %...
% Comparison of gradient descent and Newton's method for optimization function main() % the ploting window figure(1); clf; hold on; axis equal; axis off;...