gradient descnet method
1 | gradientDescentCpp(X, Y, alpha, learning_rate, low_threshold, max_iter)
|
X |
distance vector. |
Y |
distance vector. |
alpha |
initial value of parameter alpha. |
learning_rate |
learning rate of GD method |
low_threshold |
the low threshold of GD |
max_iter |
maximum iterations |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.