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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesMachine Learning Resampling

Techniques for oversampling or undersampling training data to balance class distributions.

Distinct from Machine Learning Training: Focuses on data resampling for balance, whereas Machine Learning Training focuses on the training process itself.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Machine Learning Resampling. Refine with filters or upvote what's useful.

Awesome Machine Learning Resampling GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • scikit-learn-contrib/imbalanced-learnAvatar de scikit-learn-contrib

    scikit-learn-contrib/imbalanced-learn

    7,104Voir sur GitHub↗

    imbalanced-learn is a dataset balancing framework and Python machine learning extension designed to resample training data and reduce the impact of class imbalance. It provides a toolkit of algorithms for adjusting class distributions to improve model performance on minority class prediction. As a scikit-learn resampling library, it extends the ecosystem with specialized tools for balancing datasets through over-sampling and under-sampling techniques. This allows for the correction of skewed class proportions to reduce model bias toward the majority class. The library implements the scikit-l

    Applies oversampling or undersampling techniques to create a balanced training set for scikit-learn models.

    Python
    Voir sur GitHub↗7,104
  • lululxvi/deepxdeAvatar de lululxvi

    lululxvi/deepxde

    3,874Voir sur GitHub↗

    DeepXDE is a scientific machine learning library and deep learning PDE solver used to compute solutions for forward and inverse ordinary, partial, and integro-differential equations. It functions as a physics-informed neural network library that embeds physical laws and boundary conditions directly into the neural network loss function. The project provides a deep operator network framework for learning operator mappings that approximate relationships between functions in multiphysics problems. It is implemented as a multi-backend tensor library, allowing the system to switch between differen

    Implements adaptive resampling of training coordinates to improve accuracy in high-residual regions of the spatial domain.

    Pythondeep-learningdeeponetjax
    Voir sur GitHub↗3,874
  • kmkolasinski/deep-learning-notesAvatar de kmkolasinski

    kmkolasinski/deep-learning-notes

    1,348Voir sur GitHub↗

    This repository is an educational collection of implementations and research notes focused on deep learning architectures and optimization techniques. It provides modular code examples designed to demonstrate foundational and advanced concepts in machine learning, ranging from basic neural network structures to complex training strategies. The project distinguishes itself by offering practical implementations of specialized research methods, including capsule-based feature aggregation, gradient direction decoupling, and self-normalizing weight regularization. These materials allow for the stu

    Provides programmatic resampling techniques to balance minority class representation in training data pipelines.

    Jupyter Notebook
    Voir sur GitHub↗1,348
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Machine Learning Resampling

Explorer les sous-tags

  • Residual-Based Adaptive ResamplingDynamic adjustment of training point distributions based on model residuals to target high-error regions. **Distinct from Machine Learning Resampling:** Focuses on residual-driven point redistribution for PDEs rather than class balancing in standard ML datasets