awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 مستودعات

Awesome GitHub RepositoriesOverfitting Reduction Techniques

Methods to improve model generalization by increasing the variance of training data.

Distinct from Model Training Optimizers: Focuses on data-driven regularization (augmentation) to prevent overfitting, distinct from computational or memory optimization.

Explore 15 awesome GitHub repositories matching artificial intelligence & ml · Overfitting Reduction Techniques. Refine with filters or upvote what's useful.

Awesome Overfitting Reduction Techniques GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • albu/albumentationsالصورة الرمزية لـ albu

    albu/albumentations

    15,308عرض على GitHub↗

    Albumentations is an image augmentation library and computer vision preprocessing tool designed to expand datasets for deep learning models. It provides a collection of transformations that modify pixel values and spatial geometry to increase the diversity of training samples and improve model generalization. The library supports both 2D image augmentation and 3D volumetric data augmentation. It handles a variety of labels alongside images, ensuring that bounding boxes, keypoints, and segmentation masks remain accurately aligned when spatial transformations are applied. The tool incorporates

    Reduces model overfitting by generating varied versions of training images through pixel and spatial modifications.

    Python
    عرض على GitHub↗15,308
  • lawlite19/machinelearning_pythonالصورة الرمزية لـ lawlite19

    lawlite19/MachineLearning_Python

    8,526عرض على GitHub↗

    This is a Python machine learning library featuring a collection of core algorithms implemented from scratch to demonstrate foundational AI concepts. It provides a comprehensive toolkit for supervised learning, unsupervised learning, and neural network development. The project is distinguished by its custom implementation of a neural network framework, which includes multi-layer perceptrons with backpropagation, gradient descent, and weight regularization. It also includes a specialized anomaly detection toolkit that identifies outliers and rare events using Gaussian probability distributions

    Prevents overfitting by adding a penalty term proportional to the square of the weights to the cost function.

    Python
    عرض على GitHub↗8,526
  • morvanzhou/pytorch-tutorialالصورة الرمزية لـ MorvanZhou

    MorvanZhou/PyTorch-Tutorial

    8,458عرض على GitHub↗

    This project is a collection of PyTorch learning resources and educational guides designed to teach the construction and training of neural networks. It serves as a comprehensive deep learning tutorial covering various model architectures and practical implementation strategies. The resources provide specific guidance on implementing computer vision tasks, such as image classification and synthetic imagery generation, as well as reinforcement learning agents using value networks and experience replay. It also covers sequential data modeling through recurrent networks and generative modeling u

    Applies weight decay and penalty-based methods to constrain weight magnitudes and improve generalization.

    Jupyter Notebookautoencoderbatchbatch-normalization
    عرض على GitHub↗8,458
  • kulbear/deep-learning-courseraالصورة الرمزية لـ Kulbear

    Kulbear/deep-learning-coursera

    7,729عرض على GitHub↗

    This repository contains programming assignments and lecture notes from Andrew Ng's foundational deep learning course specialization on Coursera. The materials cover core neural network training techniques including optimization algorithms, normalization methods, regularization approaches, parameter initialization strategies, and learning rate scheduling to improve model convergence and generalization. The coursework explores design principles where successive neural network layers learn progressively more abstract feature representations from input data. It provides guidance on selecting ope

    Applies regularization techniques like L2 and dropout to penalize large weights and prevent overfitting.

    Jupyter Notebookcourseradeep-learning
    عرض على GitHub↗7,729
  • instillai/machine-learning-courseالصورة الرمزية لـ instillai

    instillai/machine-learning-course

    7,043عرض على GitHub↗

    This is a comprehensive educational curriculum designed to teach machine learning fundamentals using the Python programming language. It provides a structured course covering the implementation and theory of supervised learning, unsupervised learning, and deep learning. The curriculum is delivered through interactive notebooks that combine executable code with technical tutorials. It includes dedicated guides for building neural network architectures, implementing classification and regression models, and utilizing clustering techniques for pattern discovery in unlabeled data. The materials

    Implements penalty-based regularization to constrain weight magnitudes and prevent model overfitting.

    Python
    عرض على GitHub↗7,043
  • facebookresearch/convnextالصورة الرمزية لـ facebookresearch

    facebookresearch/ConvNeXt

    6,388عرض على GitHub↗

    Code release for ConvNeXt model

    Applies stochastic depth regularization by randomly dropping residual blocks during training.

    Python
    عرض على GitHub↗6,388
  • wendesi/lihang_book_algorithmالصورة الرمزية لـ WenDesi

    WenDesi/lihang_book_algorithm

    5,827عرض على GitHub↗

    This is an educational Python implementation of every algorithm from Li Hang's textbook on statistical learning methods. The project provides a comprehensive collection of supervised learning algorithms covering classification, regression, and sequence modeling techniques, implemented from scratch for learning and reference purposes. The repository covers a broad range of foundational machine learning methods, including decision trees built using the ID3 algorithm with information gain, ensemble boosting through AdaBoost that combines threshold-based weak learners, and probabilistic sequence

    Adds weight decay regularization to loss functions during training to reduce overfitting.

    Python
    عرض على GitHub↗5,827
  • mosaicml/composerالصورة الرمزية لـ mosaicml

    mosaicml/composer

    5,485عرض على GitHub↗

    Composer هو إطار عمل للتدريب الموزع في PyTorch مصمم لتوسيع نطاق النماذج الضخمة عبر مجموعات GPU متعددة العقد. يعمل كمدرب لنماذج اللغات الكبيرة، ومحسن نماذج موزع، ومدير لدورة حياة التدريب. يتميز المشروع كونه مكتبة لتنظيم التعلم العميق (regularization)، حيث يوفر تقنيات تحسين متخصصة مثل Sharpness Aware Minimization وMixUp وCutMix لتحسين تعميم النموذج. كما يميز تدفق التدريب الخاص به باستخدام تسخين طول التسلسل، وتجميد الطبقات التدريجي، وحفظ نقاط التحقق (checkpointing) المجزأة لاستعادة النماذج الضخمة. يغطي إطار العمل مساحة واسعة من القدرات بما في ذلك تنسيق التدريب الموزع، وإدارة الأجهزة ذات الدقة المختلطة، وبث البيانات السحابي. كما يوفر أدوات مراقبة وتشخيص واسعة النطاق لتشخيص ذاكرة GPU، واكتشاف تباعد التدريب، وتتبع الإنتاجية. يتضمن المشروع مشغلاً عبر سطر الأوامر لأتمتة تنفيذ مهام التدريب متعددة الـ GPU عبر العقد.

    Provides stochastic depth regularization to randomly drop network paths during training and prevent overfitting in deep models.

    Python
    عرض على GitHub↗5,485
  • nyandwi/machine_learning_completeالصورة الرمزية لـ Nyandwi

    Nyandwi/machine_learning_complete

    4,983عرض على GitHub↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Implements techniques to improve model generalization by constraining tree depth or adjusting class weights.

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    عرض على GitHub↗4,983
  • ai-dawang/plugnplay-modulesالصورة الرمزية لـ ai-dawang

    ai-dawang/PlugNPlay-Modules

    4,968عرض على GitHub↗

    PlugNPlay-Modules is a collection of reusable PyTorch computer vision modules and deep learning architectural components. It provides a library of standardized building blocks for constructing neural networks, focusing on attention mechanisms, signal processing layers, and feature fusion modules. The project is distinguished by its extensive variety of attention primitives, covering spatial, channel, and temporal weighting, as well as specialized variants like deformable, frequency-enhanced, and linear-complexity attention. It also implements advanced signal processing tools within the neural

    Implements stochastic depth to randomly drop sample paths during training to improve model generalization.

    Python
    عرض على GitHub↗4,968
  • google-research/simclrالصورة الرمزية لـ google-research

    google-research/simclr

    4,502عرض على GitHub↗

    هذا المشروع هو إطار عمل تعلم تبايني ذاتي الإشراف مصمم لتدريب نماذج التعلم العميق لتعلم تمثيلات مرئية من الصور دون استخدام تسميات مقدمة من البشر. يوفر نظاماً لتطوير نماذج تمثيل مرئي مدربة مسبقاً يمكن تكييفها لمهام رؤية الكمبيوتر اللاحقة. يتضمن إطار العمل أدوات لتصنيف الصور شبه الخاضع للإشراف، والذي يجمع بين مجموعات بيانات كبيرة غير مصنفة ومجموعات صغيرة مصنفة لتحسين الدقة. كما يتميز بأداة تقييم مسبار خطي لتقييم جودة ميزات الصورة المتعلمة عن طريق تدريب مصنف خطي بسيط فوق التمثيلات المجمدة. يغطي الكود البرمجي تدريب التعلم العميق الموزع وتسريع الأجهزة للتعامل مع أحجام دفعات كبيرة، إلى جانب بدائيات التحسين مثل جدولة معدل التعلم cosine-decay وتنظيم weight-decay. كما يوفر أدوات لإدارة النماذج، بما في ذلك تحويل نقاط التحقق المدربة مسبقاً بين تنسيقات إطار عمل التعلم العميق المختلفة وأدوات لنشر النماذج. يتم توفير التنفيذ كمجموعة من دفاتر Jupyter.

    Applies weight-decay penalties to trainable variables to prevent overfitting during high-capacity model training.

    Jupyter Notebookcomputer-visioncontrastive-learningrepresentation-learning
    عرض على GitHub↗4,502
  • dsgiitr/d2l-pytorchالصورة الرمزية لـ dsgiitr

    dsgiitr/d2l-pytorch

    4,353عرض على GitHub↗

    هذا المشروع عبارة عن قاعدة كود تعليمية ومكتبة مرجعية تترجم مفاهيم تعلم الآلة النظرية إلى كود PyTorch قابل للتنفيذ. يعمل كتطبيق عملي لكتاب مدرسي عن تعلم الآلة، ويوفر هيكلاً يشبه الدورة التدريبية من التمارين الموجهة والأمثلة المعمارية لأغراض التعلم. يتضمن المستودع مكتبة من معماريات الشبكات العصبية القياسية، بما في ذلك النماذج الخطية، والتلافيفية، والمتكررة، ونماذج المحولات (transformers). ينفذ بشكل خاص مجموعة متنوعة من أنماط تعلم الآلة مثل الإدراك متعدد الطبقات، وشبكات VGG، ووحدات التكرار المبوّبة (GRU)، وشبكات الذاكرة طويلة المدى (LSTM). تغطي قاعدة الكود مجالات قدرات واسعة بما في ذلك الرؤية الحاسوبية لتصنيف الصور واكتشاف الكائنات، بالإضافة إلى معالجة اللغات الطبيعية لنمذجة التسلسل والترجمة. كما ينفذ مكونات تعلم الآلة الأساسية مثل الانحدار الخطي وsoftmax، والتصنيف الاحتمالي، ومجموعة من خوارزميات التحسين القائمة على التدرج. يتم تقديم المشروع بشكل أساسي كمجموعة من دفاتر Jupyter.

    Provides implementations of weight decay regularization to prevent model overfitting.

    Jupyter Notebookbookcomputer-visiond2l
    عرض على GitHub↗4,353
  • morvanzhou/tensorflow-tutorialالصورة الرمزية لـ MorvanZhou

    MorvanZhou/Tensorflow-Tutorial

    4,334عرض على GitHub↗

    This project is a collection of educational resources and reference implementations for neural network development using TensorFlow. It serves as a comprehensive learning course, machine learning curriculum, and practical implementation guide for building deep learning architectures. The codebase provides instructional materials and examples covering a wide range of model types, including convolutional neural networks for image classification, recurrent networks and long short-term memory cells for sequential data, and autoencoders for generative modeling. It also includes implementations for

    Implements regularization techniques such as dropout to improve model generalization and prevent overfitting.

    Pythonautoencoderclassificationcnn
    عرض على GitHub↗4,334
  • rasmusbergpalm/deeplearntoolboxالصورة الرمزية لـ rasmusbergpalm

    rasmusbergpalm/DeepLearnToolbox

    3,868عرض على GitHub↗

    DeepLearnToolbox is a research-oriented framework for constructing, training, and optimizing hierarchical neural networks within the Matlab and Octave environments. It provides a modular set of tools for building diverse network topologies, including feedforward, convolutional, and deep belief architectures, using native matrix-based numerical computation. The library distinguishes itself through its support for layer-wise unsupervised pre-training, which establishes initial weights for deep models before supervised fine-tuning. It incorporates stochastic gradient descent and backpropagation

    Applies weight decay and dropout to constrain model complexity and prevent overfitting.

    Matlab
    عرض على GitHub↗3,868
  • lightly-ai/lightlyالصورة الرمزية لـ lightly-ai

    lightly-ai/lightly

    3,684عرض على GitHub↗

    Lightly is a self-supervised learning framework and computer vision data curation tool designed to manage large image datasets and train models on unlabeled data. It functions as a PyTorch vision library and dataset management SDK, providing tools to convert raw images into high-dimensional vectors for similarity search, visualization, and feature extraction. The project implements a variety of self-supervised architectures, including MoCo, SimCLR, VICReg, Barlow Twins, and masked image modeling. It distinguishes itself by combining these learning frameworks with active learning capabilities,

    Injects dropout into transformer blocks via stochastic depth regularization to prevent overfitting during training.

    Pythoncomputer-visioncontrastive-learningcontributions-welcome
    عرض على GitHub↗3,684
  1. Home
  2. Artificial Intelligence & ML
  3. Overfitting Reduction Techniques

استكشف الوسوم الفرعية

  • Stochastic Depth RegularizationRegularization techniques that randomly drop network paths during training to prevent overfitting. **Distinct from Overfitting Reduction Techniques:** Specifically implements stochastic depth as a path-dropping regularization, distinct from general data-driven overfitting reduction.
  • Weight Decay RegularizationPenalty-based methods that constrain weight magnitudes to prevent model overfitting. **Distinct from Overfitting Reduction Techniques:** Distinct from general reduction techniques by focusing on weight-based penalties in the cost function