Gradient Descent Optimizer
1 2 3 4 5  | optimizer_GradientDescent(
  stepSize = 0.01,
  maxIterations = 1e+05,
  tolerance = 1e-05
)
 | 
stepSize | 
 Step size for each iteration  | 
maxIterations | 
 Maximum number of iterations allowed (0 means no limit).  | 
tolerance | 
 Maximum absolute tolerance to terminate algorithm.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.