User mkolar - MathOverflowmost recent 30 from http://mathoverflow.net2013-05-20T16:34:28Zhttp://mathoverflow.net/feeds/user/1075http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/2234/question-about-orthogonal-matching-pursuitQuestion about orthogonal matching pursuitmkolar2009-10-24T02:10:08Z2011-09-16T07:22:12Z
<p>Let y be a n-vector, X a n-by-p matrix of full rank (p < 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_C = X_C (X_C' X_C)^{-1} X_C'$. Squared error using columns indexed by C can be computed as $RSS(C) := y'(I_n - X_C)y$, where I_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_j'X_j)^{-1} (I_n - H_C) X_j X_j' (I_n -H_C)')(I_n - H_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_n - H_C)$. </p>
http://mathoverflow.net/questions/2238/learning-latex-properlyLearning LaTeX properlymkolar2009-10-24T02:47:46Z2011-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#2278Answer by mkolar for Most helpful math resources on the webmkolar2009-10-24T12:08:17Z2009-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>