This video covers Canonical Correlation Analysis (CCA) and when we use it. It also explains the method mathematically and statistically. In addition, we go over a Python example of using the code.
Link to PCA video: https://youtu.be/zeXr5E8uMqo
Link to SVD and Eigendecomposition video: https://youtu.be/_AcfZh4Q2pw
Link to code: https://github.com/ML-DL-Explained/ML-DL-Explained/blob/main/CCA/cca_example.ipynb
CHAPTERS:
00:00 Intro
00:52 What/Why?
03:59 Math
09:11 Python Code