Construct a matrix $$
M = [\theta_{0}- \theta_{n};…;\theta_{n-1}-\theta_{n}]
- where,
- $\theta_{i}$ is the model params during epoch i
- n is number of epochs
- apply PCA to M and use 2 most explanatory directions
- 