Skip to main content

Questions tagged [convex-optimization]

2 votes
0 answers
51 views

Simpler case In a binomial channel, inputs $X= \left [ x_{1}, x_{2} \right ]$ represent probabilities of $\left [ {\rm failure}, {\rm success} \right ]$ in $n$ trials, with output $Y\in\left\{ 0, 1, \...
Dang Dang's user avatar
2 votes
2 answers
120 views

I have a data from a sensor which the connection model of $x$ and $y$ is known: For instance, in the case above, the model is linear. The issue is how to handle outliers. Specifically when there are ...
Royi's user avatar
  • 21k
1 vote
1 answer
141 views

If I have a linear optimization problem to be solved, is it correct to use the FMINCON SOLVER? If not, why?
Srikanth's user avatar
1 vote
1 answer
116 views

I am given a set of $N = 649$ color PNG images, each of size $W \times H \times 3 = 586 \times 689 \times 3$. The corresponding pixels in each image represent the same object. Many of the pixels in ...
wcochran's user avatar
  • 263
3 votes
1 answer
144 views

Let $\mathbf{A} \in \mathbb{R}^{n \times n}$. I'm working in a problem where I have a black-box algorithmic solution to compute the products $\mathbf{A}\mathbf{x}$ and $\mathbf{A}^T \mathbf{x}$ given ...
mlbj's user avatar
  • 113
2 votes
0 answers
54 views

I am solving a "special" elastic net like regularized least squares problem $$ \arg \min_{\boldsymbol{x}} \frac{1}{2} {\left\| A \boldsymbol{x} - \boldsymbol{y} \right\|}_2 + \lambda_1 {\...
bla's user avatar
  • 588
5 votes
1 answer
328 views

Following up from an answer by @Royi on adding weights to BPDN problem , I would like to use CVX to test this approach. How can we formulate in CVX the regularized LS L1 norm with weights given by a ...
bla's user avatar
  • 588
0 votes
1 answer
158 views

How can the convergence of an LMS filter be accelerated? Can we do better than the Vanilla algorithm?
Mark's user avatar
  • 417

15 30 50 per page