View source: R/gd_logistic_regression.R
gd_logistic_regression | R Documentation |
Solve logistic regression problem via gradient descent/ascent
gd_logistic_regression(X, y, alpha, tol)
X |
A n by d matrix |
y |
A n by 1 column vector |
alpha |
A positive integer learning rate |
tol |
A non-negative error tolerance |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.