User mkolar - MathOverflow most recent 30 from http://mathoverflow.net 2013-05-20T16:34:28Z http://mathoverflow.net/feeds/user/1075 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/2234/question-about-orthogonal-matching-pursuit Question about orthogonal matching pursuit mkolar 2009-10-24T02:10:08Z 2011-09-16T07:22:12Z <p>Let y be a n-vector, X a n-by-p matrix of full rank (p &lt; n) and b a p-vector, so that y = Xb + e, for some noise vector e. I am not sure how to show reduction of error in orthogonal matching pursuit method at some step k.</p> <p>More precisely, let H_C be a projection matrix defined by the columns of X indexed by the set $C \subset \{1, ..., p\}$ of cardinality k, i.e. $H&#95;C = X&#95;C (X&#95;C' X&#95;C)^{-1} X&#95;C'$. Squared error using columns indexed by C can be computed as $RSS(C) := y'(I&#95;n - X&#95;C)y$, where I&#95;n is the identity matrix. Next, the procedure selects the column of X (say column j) that is not in C, so that $RSS(C \cup \{j\})$ is minimized over j. Let $D := C \cup \{j\}$. </p> <p>My question is how to rigorously show that $$ RSS(C) - RSS(D) = \Vert((X&#95;j'X&#95;j)^{-1} (I&#95;n - H&#95;C) X&#95;j X&#95;j' (I&#95;n -H&#95;C)')(I&#95;n - H&#95;C)y\Vert^2\ ?$$</p> <p>Intuitively, y is projected into the space orthogonal to the space spanned by columns indexed by C, which gives residuals after the step k. Next, a new column is chosen so that the decrease in RSS is maximal. This decrease in RSS is computed by projecting residuals onto the space spanned by $X_j(I&#95;n - H&#95;C)$. </p> http://mathoverflow.net/questions/2238/learning-latex-properly Learning LaTeX properly mkolar 2009-10-24T02:47:46Z 2011-06-24T22:07:53Z <p>I have never learned how to use Latex properly. Whenever writing a paper, I use hacks to override behavior of the underlying template. What would be an intermediate to advanced book on learning how to use Latex to create style files and how to use it most efficiently? The book would ideally help one to get rid of bad habits when using Latex.</p> http://mathoverflow.net/questions/2147/most-helpful-math-resources-on-the-web/2278#2278 Answer by mkolar for Most helpful math resources on the web mkolar 2009-10-24T12:08:17Z 2009-10-24T12:08:17Z <p><a href="http://terrytao.wordpress.com/" rel="nofollow">Terence Tao blog</a> </p> <p>contains a lot of useful advice for people at various stages in their careers. In addition it contains a lot of discussions and explanations of the math that I find interesting.</p>