2

Given a $m\times p$ matrix $Y$ on the left, and a $m\times q$ matrix $X$ on the right, CCA tries to find 2 sets of mapping coefficients such that $Y\beta_{l}$ and $X\beta_{r}$ have the highest possible correlation.

This resembles a multi-target regression problem that is trying to minimize the norm of $Y-X\cdot [\beta_{1},\beta_{2},...,\beta_{p}]$.

So, my question is, what's the relationship between canonical correlation analysis and multi-target (multivariate) regression?

Can anyone give any insight here? if possible, from an application perspective?

amoeba
  • 93,463
  • 28
  • 275
  • 317
user152503
  • 1,269
  • 1
  • 12
  • 18

0 Answers0