michetonu / DA-RNN_manoeuver_anticipation

Domain-Adaptive Recurrent Neural Network for driving manoeuver anticipation, built in Keras
Apache License 2.0
34 stars 8 forks source link

Do you have sample code for DANN in keras? #3

Open xiangruyimoxiaoyangyang opened 5 years ago

xiangruyimoxiaoyangyang commented 5 years ago

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!

michetonu commented 5 years ago

Hi @xiangruyimoxiaoyangyang , what do you mean by:

the simple code of transfer learning in keras not da-rnn?

xiangruyimoxiaoyangyang commented 5 years ago

Do you have sample code? such as the mnist implementation of dann by keras or the blobs datasets of dann by keras? I can not find suitable code in the whole github ,so i ask for help with you ,thanks! @michetonu

michetonu commented 5 years ago

I'm not sure I understand – this repository contains the code for the Keras implementation of a DA-RNN for a specific task of manoeuver anticipation, but you can just use it (maybe with some modifications) on another dataset, can you not?