easezyc / deep-transfer-learning

A collection of implementations of deep domain adaptation algorithms
MIT License
889 stars 205 forks source link

How to compute the proxy A-distance? #8

Closed taylover-pei closed 4 years ago

taylover-pei commented 5 years ago

In the work of MRAN, you report the A-distance.

Can you give more explanation on how to compute the A-distance? Or, how about sharing the code?

Thank you very much!

easezyc commented 5 years ago

I use SVM of sklearn with linear kernel.