Skip to content

ashawkey/CCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCA, DCCA, DCCAE, ConvCCA

This repo contains a pytorch implementation of DCCA, DCCAE, and a CNN-based DCCA.

Please see /data/readme.md for data preparation of Noisy MNIST.

Performance

Reproduce the paper:

image-20201216130051921

image-20201216130121797

Results of ConvCCA:

image-20201216130156333

Differences from the paper:

  • Use ReLU instead of Sigmoid/Non-saturating Sigmoid

  • Use ADAM optimizer instead of RMSProp/SGD/…

  • Add BatchNorm after each layer.

  • DCCAE's AE parts are pretrained with ADAM.

References:

About

CCA, DCCA, DCCAE, ConvCCA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages