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.
where
where \(PB_q\) is the pinball loss:
Given some data \(X \in \mathbb{R}^{d \times n}\) assumed to be linearly related to unknown independent sources \(S \in \mathbb{R}^{d \times n}\) with
where \(A \in \mathbb{R}^{d \times 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 \(C^i\), it consists of solving the following problem:
where \(|\cdot|\) stands for the matrix determinant and \(\textrm{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.