awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ufoym avatar

ufoym/imbalanced-dataset-sampler

0
View on GitHub↗
2,321 stars·267 forks·Python·MIT·11 views

Imbalanced Dataset Sampler

A (PyTorch) imbalanced dataset sampler for oversampling low frequent classes and undersampling high frequent ones.

Features

  • Long-Tailed / Out-of-Distribution Recognition - Listed in the “Long-Tailed / Out-of-Distribution Recognition” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for ufoym/imbalanced-dataset-samplerStar history chart for ufoym/imbalanced-dataset-sampler

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Imbalanced Dataset Sampler

Similar open-source projects, ranked by how many features they share with Imbalanced Dataset Sampler.
  • alinlab/confident_classifierA

    alinlab/Confident_classifier

    0View on GitHub↗
    View on GitHub↗0
  • facebookresearch/invariantriskminimizationF

    facebookresearch/InvariantRiskMinimization

    0View on GitHub↗
    View on GitHub↗0
  • hendrycks/outlier-exposurehendrycks avatar

    hendrycks/outlier-exposure

    577View on GitHub↗

    Deep Anomaly Detection with Outlier Exposure (ICLR 2019)

    Python
    View on GitHub↗577
  • kohpangwei/group_drokohpangwei avatar

    kohpangwei/group_DRO

    294View on GitHub↗

    Distributionally robust neural networks for group shifts

    Python
    View on GitHub↗294
See all 7 alternatives to Imbalanced Dataset Sampler→

Frequently asked questions

What does ufoym/imbalanced-dataset-sampler do?

A (PyTorch) imbalanced dataset sampler for oversampling low frequent classes and undersampling high frequent ones.

What are the main features of ufoym/imbalanced-dataset-sampler?

The main features of ufoym/imbalanced-dataset-sampler are: Long-Tailed / Out-of-Distribution Recognition.

What are some open-source alternatives to ufoym/imbalanced-dataset-sampler?

Open-source alternatives to ufoym/imbalanced-dataset-sampler include: alinlab/confident_classifier. facebookresearch/invariantriskminimization. hendrycks/outlier-exposure — Deep Anomaly Detection with Outlier Exposure (ICLR 2019). kohpangwei/group_dro — Distributionally robust neural networks for group shifts. shiyuliang/odin-pytorch — Principled Detection of Out-of-Distribution Examples in Neural Networks. uoguelph-mlrg/confidence_estimation.