R/rFTRLProximal.R

#' rFTRLProximal: FTRL-Proximal Algorithm
#'
#' An efficient C++ based implementation of "Follow The (Proximally) Regularized Leader"
#' online learning algorithm. This algorithm was proposed in McMahan et al. (2013)
#' <DOI:10.1145/2487575.2488200>.
#'
#' @docType package
#' @name rFTRLProximal
#' @useDynLib rFTRLProximal
#' @importFrom Rcpp sourceCpp
NULL

Try the rFTRLProximal package in your browser

Any scripts or data that you put into this service are public.

rFTRLProximal documentation built on May 29, 2017, 9:50 p.m.