Code Monkey home page Code Monkey logo

da-rnn_manoeuver_anticipation's People

Contributors

michetonu 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

Watchers

 avatar  avatar  avatar  avatar  avatar

da-rnn_manoeuver_anticipation's Issues

How are target domain class labels handled?

Hey!

Thanks a lot for posting the code! I have one thing that I'm trying to understand. During training, we show the model a mix of both source domain data that have class labels, and target domain data that don't have them. How are missing class labels for target domain data handled? Do they have some distinct value (like -1)?

Do you have sample code for DANN in keras?

Hello! My main research direction is transfer fault diagnosis between machines! feature extractor is achieved by cnn with six con layers , six pooling layers and so on . so can you share the simple code of transfer learning in keras not da-rnn?
thanks!

Error in action classification bit

Hi there,

Thanks for this implementation! I realise you're likely not working on this anymore, but I wanted to check if there is an error in the model setup, or if I have misunderstood something. Your action classification bit is as follows:

# Action classification - classify the manouever
        main_output = TimeDistributed(
            Dense(self.dense_units, activation='softmax', kernel_initializer=self.kernel_initializer),
            name='aux_classifier'
        )(aux_output)

From my understanding, the output of the model would be a softmax operation over a 128 dim vector. Based on your sketch, it seems like this should be a standard dense layer with tanh activation, followed by another dense layer with softmax over the 5 categories.

Hope my interpretation is correct - if I have misunderstood something, please let me know!

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.