Fits softmax regression using gradient descent, by maximizing log-likelihood
1 | softmaxreg(X, y, lrate = 0.01, maxiter = 10000, tol = 1e-05)
|
X |
the design matrix |
y |
the response variable |
lrate |
the learning rate |
maxiter |
the maximum iteration number |
tol |
the numerical tolerance |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.