Giter Club home page Giter Club logo

domain-adaptation-toolbox's People

Contributors

viggin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

domain-adaptation-toolbox's Issues

question about line 23th~26th in domain-adaptation-toolbox/ToRelease_GFK/GFK.m

Hi, I have a question about the code in line 23th~26th in domain-adaptation-toolbox/ToRelease_GFK/GFK.m, that is,

B1 = 0.5.diag(1+sin(2theta)./2./max(theta,eps));
B2 = 0.5.diag((-1+cos(2theta))./2./max(theta,eps));
B3 = B2;
B4 = 0.5.diag(1-sin(2theta)./2./max(theta,eps));

I checked the corresponding formula (Eq. 6) in the article "Geodesic Flow Kernel for Unsupervised Domain Adaptation" and found that there was no factor 0.5 in the formula.

I sincerely hope you can spend some time to answer my doubts. Thanks.

question about line 27th~29th in domain-adaptation-toolbox/infometric_0.1/compute_mutual_infoL.m

Hi, I have a question about the code in line 27th~29th in domain-adaptation-toolbox/infometric_0.1/compute_mutual_infoL.m, that is,

line 27: P = expD ./ repmat( sum(expD), Ns, 1);
line 29: P = P - diag( diag(P) ).

In fact, these two lines of code are inconsistent with equation 2 in the paper "Information-Theoretical Learning of Discriminative Clusters for Unsupervised Domain Adaptation".
When normalizing the exponential distance matrix (expD), the contribution of the element to the denominator when the row index (i) is equal to the column index (j) should not be taken into account.

I sincerely hope you can spend some time to answer my doubts. Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.