"We will implement the PCA algorithm using the projection perspective. We will first implement PCA, then apply it to the MNIST digit dataset." "1. Write code that implements PCA.\n", "2. Write code ...