Skip to content

Deep Canonical Correlation Analysis - Implemented using the Keras functional API and tensorflow backend

License

Notifications You must be signed in to change notification settings

davidfsemedo/DCCA-keras-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCCA: Deep Canonical Correlation Analysis

Python implementation of Deep Canonical Correlation Analysis (DCCA or Deep CCA). The model is implemented using the Keras functional API. The loss function is implemented in tensorflow.

This implementation is based on the available Theano DCCA and Tensorflow DCCA implementations.

Abstract: "Deep Canonical Correlation Analysis (DCCA) is a method that learns complex non-linear transformations of two views of data such that the resulting representations are highly linearly correlated. Parameters of both transformations are jointly learned to maximize the (regularized) total correlation. It can be viewed as a non-linear extension of the linear method canonical correlation analysis (CCA). It is an alternative to the nonparametric method kernel canonical correlation analysis (KCCA) for learning correlated nonlinear transformations. Unlike KCCA, DCCA does not require an inner product, and has the advantages of a parametric method: training time scales well with data size and the training data need not be referenced when computing the representations of unseen instances.

Galen Andrew, Raman Arora, Jeff Bilmes, Karen Livescu, "Deep Canonical Correlation Analysis.", ICML, 2013.

Dependencies

The code was tested using:

  • tensorflow==1.12
  • Keras==2.2.4

About

Deep Canonical Correlation Analysis - Implemented using the Keras functional API and tensorflow backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages