Available benchmarks

Available benchmarks#

Note

Some benchmarks are briefly described in the list below. For a complete list of benchmarks, see GitHub repositories of the form benchopt/benchmark_*.

Notation: In what follows, n (or n_samples) stands for the number of samples and p (or n_features) stands for the number of features.

yRn,X=[x1,,xn]Rn×p
minw12yXw22
minw012yXw22
minw12yXw22+λw1
minwi=1nlog(1+exp(yixiw))+λ2w22
minwi=1nlog(1+exp(yixiw))+λw1
minw,σi=1n(σ+Hϵ(Xiwyiσ)σ)+λw22

where

Hϵ(z)={z2,if |z|<ϵ,2ϵ|z|ϵ2,otherwise
minw1ni=1nPBq(yiXiw)+λ||w||1.

where PBq is the pinball loss:

PBq(t)=qmax(t,0)+(1q)max(t,0)={qt,t>0,0,t=0,(q1)t,t<0

Given some data XRd×n assumed to be linearly related to unknown independent sources SRd×n with

X=AS

where ARd×d is also unknown, the objective of linear ICA is to recover A up to permutation and scaling of its columns. The objective in this benchmark is related to some estimation on A quantified with the so-called AMARI distance.

Given n square symmetric positive matrices Ci, it consists of solving the following problem:

minB12ni=1nlog|diag(BCiB)|log|BCiB|

where || stands for the matrix determinant and diag stands for the operator that keeps only the diagonal elements of a matrix. Optionally, the matrix B can be enforced to be orthogonal.

See benchmark_* repositories on GitHub for more.