pytorch-adda and pytorch-dann
About pytorch-adda
corenel/pytorch-adda
A PyTorch implementation for Adversarial Discriminative Domain Adaptation
This project helps machine learning engineers or researchers adapt a trained model from one dataset to a similar but different dataset without extensive retraining. It takes an image classification model trained on a 'source' set of images (like MNIST handwritten digits) and adapts it to perform well on a 'target' set (like USPS handwritten digits), even if the target data looks slightly different. This is useful for researchers and ML engineers working with computer vision tasks.
About pytorch-dann
wogong/pytorch-dann
A PyTorch implementation for Unsupervised Domain Adaptation by Backpropagation
This project helps machine learning engineers or researchers adapt a trained image classification model from one domain to another without needing new labels for the target domain. You input a pre-trained model on a 'source' image dataset and an unlabeled 'target' image dataset, and it outputs a refined model that performs better on the target domain. This is for professionals working with computer vision tasks where collecting labeled data for every new scenario is impractical or too expensive.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work