View source: R/JointAnalysis.R
gradient descent algorithm
1 | gradientDescent(X, Y, alpha, learning.rate, low.threshold)
|
X |
dist of X |
Y |
dist of Y |
alpha |
starting alpha |
learning.rate |
step size of each iteration |
low.threshold |
low threshold of gradient |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.