Description Usage Arguments Value Examples
The gradient of a function f for the parallelisation, denoted as ∇f, is the collection of all its partial derivatives into a vector
1 | gradient_xy(data, theta)
|
data |
dataframe required to perform the gradient descent |
theta |
Coefficient matrix for logistic regression |
Returns a gradient vector
1 | gradient_xy(data_ex, coef_ex)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.