Home | Trees | Indices | Help |
---|
|
The :mod:`parsimony.functions.nesterov.L1` module contains the loss function for the L1 penalty, smoothed using Nesterov's technique.
Created on Mon Feb 3 17:00:56 2014
Copyright (c) 2013-2014, CEA/DSV/I2BM/Neurospin. All rights reserved.
Author: Tommy Löfstedt, Vincent Guillemot, Edouard Duchesnay and Fouad Hadj-Selem
License: BSD 3-clause.
|
|||
L1 The proximal operator of the smoothed L1 function |
|
|||
|
|||
|
|
|||
__package__ =
|
|
|
Generates the linear operator for the L1 Nesterov function from number of variables. Parameters: ---------- num_variables : Positive integer. The total number of variables, including the intercept variable(s). penalty_start : Non-negative integer. The number of variables to exempt from penalisation. Equivalently, the first index to be penalised. Default is 0, all variables are included. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:10 2015 | http://epydoc.sourceforge.net |