pytorch-adda and pytorch-dann

pytorch-adda
51
Established
pytorch-dann
41
Emerging
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 25/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 15/25
Stars: 493
Forks: 141
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 151
Forks: 18
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License: MIT
Stale 6m No Package No Dependents
Stale 6m No Package No Dependents

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.

domain-adaptation image-classification transfer-learning computer-vision neural-networks

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