Skip to content

Domain Adaptation for digits classification using Deep Reconstruction-Classification Network

License

Notifications You must be signed in to change notification settings

nWhovian/drcn-digits-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Domain Adaptation for Digits Classification

train on SVHN dataset, test on MNIST

For the domain adaptation I use the Deep Reconstruction-Classification Network (DRCN).

The model is based on a convolutional architecture that has two pipelines with a shared encoding representation. First pipeline is a convolutional network for label prediction based on the source data, second pipeline is a convolutional autoencoder for target data reconstruction. Including the reconstruction of target data among with a standard label classifier helps to implement the domain adaptation. The model is based on a paper and a code.

Results

About

Domain Adaptation for digits classification using Deep Reconstruction-Classification Network

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published