A TensorFlow implementation of CCA loss with custom gradients.
Link to original paper: https://ttic.uchicago.edu/~klivescu/papers/andrew_icml2013.pdf
This project includes two files:
- cca_loss.py - An implementation of the loss and its gradients
- deep_cca_model.py - An example deep model using the cca_loss (currently a toy model)
TODO:
- Update deep_cca_model.py to an actual deep network