pumpikano / tf-dann

Domain-Adversarial Neural Network in Tensorflow
MIT License
628 stars 224 forks source link

Is the code in Blobs-DANN.ipynb suitable for Cross-domain sentiment classification work #26

Open haoyanbin918 opened 5 years ago

haoyanbin918 commented 5 years ago

I am trying to implement DANN for cross-domain sentiment classification (CDSC), which is also reported in the host paper. However, it seems that there is not a specific ipynb file to meet the CDSC task. I wonder whether the DANN structure of CDSC is same with Blobs-DANN? Many thanks.

pumpikano commented 5 years ago

Blobs-DANN is a toy problem to illustrate the algorithm in a very simple context. The setup for other tasks should be roughly the same.