Jump to content

Gradient descent: Difference between revisions

No edit summary
Line 4:
 
=={{header|Typescript}}==
 
<lang Typescript>
 
// Using the steepest-descent method to search
// for minimum values of a multi-variable function
Line 104 ⟶ 102:
 
</lang>
 
{{out}}
<pre>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.