SkillAgentSearch skills...

CCA

CCA, DCCA, DCCAE, ConvCCA

Install / Use

/learn @ashawkey/CCA
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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:

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated2mo ago
Forks1

Languages

Python

Security Score

90/100

Audited on Feb 1, 2026

No findings