GithubHelp home page GithubHelp logo

ssamot / dann-keras Goto Github PK

View Code? Open in Web Editor NEW
59.0 59.0 16.0 467 KB

A simple implementation of domain adversarial training with GAN loss in Keras

License: GNU General Public License v3.0

Jupyter Notebook 100.00%

dann-keras's People

Contributors

ssamot 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dann-keras's Issues

Where is the batch normalization trick?

Hey, thanks for the simple and sound code. Very useful!

I was wondering which part is implementing the idea of this paper:
"Revisiting batch normalization for practical domain adaptation"

Question regarding inverted labels

Hi,

Thanks so much for creating this notebook, it's a very nice simple example of domain adaptation =)

I just have a quick question regarding this line:
stats2 = domain_classification_model.train_on_batch(X_adv, [y_adversarial_2])

Why do you train the domain model on X0 (source) and X1 (target) and use

y_adversarial_2 = to_categorical(np.array(([0] * batch_size + [1] * batch_size)))

I'm trying to wrap my head around why it's trained on inverted labels, would really appreciate your thoughts =) Thanks so much for your help!

Quetion regarding y_class variable

Since we can't use the class labels of Xt, how are you y_class as target labels for source classifier part of combined model. And while testing why are you using embedding model to predict instead of using source classification model directly???

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.