We're working with a similar dual SVR problem that involves the inversion of a Gram (kernel) matrix:
$\boldsymbol{S}_{i,j} = e^{ -\gamma ||\vec{x_i} - \vec{x_j}||_2^2}$
With some data-sets (e.g.: UCI ForestFires) the inversion of $\boldsymbol{S}$ is not always possible, also after the removal double examples. So, why this matrix is singular?
Thanks.