awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • scikit-learn-contrib/imbalanced-learnscikit-learn-contrib 的头像

    scikit-learn-contrib/imbalanced-learn

    7,104在 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
    在 GitHub 上查看↗7,104
  • lululxvi/deepxdelululxvi 的头像

    lululxvi/deepxde

    3,874在 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
    在 GitHub 上查看↗3,874
  • kmkolasinski/deep-learning-noteskmkolasinski 的头像

    kmkolasinski/deep-learning-notes

    1,348在 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
    在 GitHub 上查看↗1,348
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Machine Learning Resampling

探索子标签

  • 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