Reduced Rank Regression

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024
  • This lecture discusses Reduced-Rank regression. It is connected to both CCA and Multivariate Linear Regression, and it also fits within our discussion of regularized regression models.

Комментарии • 3

  • @christianmaino3593
    @christianmaino3593 3 года назад +1

    Hey, great video! This made it very easy to implement RRR in R using the underlying matrix operations. Could you provide the citations where you got the derivation/equations for RRR from?

    • @maxturgeon89
      @maxturgeon89  3 года назад

      The main reference I used is "Multivariate Reduced-Rank Regression: Theory and Applications", by Reinsel and Velu.

  • @tannazsaraei1043
    @tannazsaraei1043 2 года назад

    Hey thank you very much for the great video. I need to implement this via Python, but unfortunately I couldn't find any know package (like Scikitlearn) to have a function of RRR. Do you have any suggestions for me. I can do it also using R but I prefer Python.