View source: R/runGradientDescent.R
runGradientDescent | R Documentation |
Runner for gradient descent (or stochastic gradient descent) for the specified number of epoch
runGradientDescent(L, R, lambda, epochs, gamma = 0.01, blockNr, is, js, D, r)
a list containing two matrices generated by the gradient descent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.