Home | Trees | Indices | Help |
---|
|
Created on Thu Sep 26 12:06:07 2013
Copyright (c) 2013-2014, CEA/DSV/I2BM/Neurospin. All rights reserved.
Author: Tommy Löfstedt, Edouard Duchesnay
License: BSD 3-clause.
|
|||
Function | |||
L1 | |||
SmoothedL1 | |||
L2 | |||
L2Squared | |||
NesterovFunction | |||
TotalVariation | |||
GroupLasso | |||
SmoothedTotalVariation | |||
SmoothedGroupLasso | |||
SmoothedGroupTotalVariation |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
Sub-gradient of the function f(x) = |x|_1, where |x|_1 is the L1-norm. |
Gradient of the function f(x) = L1(mu, x), where L1(mu, x) is the Nesterov smoothed L1-norm. |
Sub-gradient of the function f(x) = |x|_2, where |x|_2 is the L2-norm. |
Gradient of the function f(x) = (1 / 2) * |x|²_2, where |x|²_2 is the squared L2-norm. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:10 2015 | http://epydoc.sourceforge.net |