资源算法ADDA

ADDA

2019-09-10 | |  70 |   0 |   0

chainer-ADDA

Implementation of Adversarial Discriminative Domain Adaptation in Chainer.

Note this code depends on this version of Chainer (or newer). Please check out the source from that link rather than installing via pip.

Results

The following results are for the SVHN to MNIST domain adaptation task. loss

| Training | % accuracy (Paper) | % accuracy (This implementation) | | -------- | ----- | ------------------- | | source only | 0.601 | 0.575 | | ADDA | 0.760 | 0.800 |

Usage

Run python train.py -g 0 to train everything using GPU 0. SVHN and MNIST datasets will download automatically. If a classifier pretrained on the source (SVHN) domain is not found, one will be trained first, then continue on to do ADDA.

Resources

  • https://arxiv.org/pdf/1702.05464.pdf

  • https://github.com/erictzeng/adda

  • https://github.com/davidtellez/adda_mnist64


上一篇:SqeezeNet

下一篇:AdversarialAutoEncoder

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...