adapt and pytorch-dann

These are competitors offering overlapping domain adaptation functionality—ADAPT provides a comprehensive toolbox with multiple adaptation methods and active maintenance, while pytorch-dann focuses specifically on implementing the DANN algorithm in PyTorch with minimal ongoing development.

adapt
60
Established
pytorch-dann
41
Emerging
Maintenance 6/25
Adoption 10/25
Maturity 25/25
Community 19/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 15/25
Stars: 366
Forks: 54
Downloads:
Commits (30d): 0
Language: Python
License: BSD-2-Clause
Stars: 151
Forks: 18
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License: MIT
No risk flags
Stale 6m No Package No Dependents

About adapt

adapt-python/adapt

Awesome Domain Adaptation Python Toolbox

This toolbox helps data scientists and machine learning engineers build predictive models that perform well even when the data used for training is different from the data they will be used on. You feed it existing data from one domain (source) and new data from a related but different domain (target), and it outputs a refined machine learning model tailored for the target domain. This is useful for anyone applying machine learning models in evolving real-world scenarios.

predictive-modeling data-drift model-adaptation machine-learning-deployment cross-domain-analysis

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.

computer-vision image-classification machine-learning-engineering model-adaptation unsupervised-learning

Scores updated daily from GitHub, PyPI, and npm data. How scores work