logistic_gradient: Compute the logistic gradient with learning rate alpha

Description Usage Arguments Value

View source: R/logistic.R

Description

Compute the logistic gradient with learning rate alpha

Usage

1
logistic_gradient(X, t, w, alpha)

Arguments

X

matrix of predictors

t

vector of target

w

vector of weights

alpha

float, learning rate

Value

w vector of weights


tbonza/supml documentation built on May 17, 2019, 3:14 a.m.