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

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

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

2 مستودعات

Awesome GitHub RepositoriesEmbedding Regularization

Noise injection or constraints applied specifically to embedding layers.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Embedding Regularization. Refine with filters or upvote what's useful.

Awesome Embedding Regularization GitHub Repositories

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

    huggingface/transformers

    161,630عرض على GitHub↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Injects random noise into token embeddings during the forward pass to enhance model robustness during instruction fine-tuning.

    Pythonaudiodeep-learningdeepseek
    عرض على GitHub↗161,630
  • kevinmusgrave/pytorch-metric-learningالصورة الرمزية لـ KevinMusgrave

    KevinMusgrave/pytorch-metric-learning

    6,328عرض على GitHub↗

    PyTorch Metric Learning is an open-source library for training neural networks to produce similarity-preserving embedding spaces. It provides a modular framework where interchangeable loss functions, mining strategies, and evaluation tools can be composed to learn representations that map similar items to nearby points and dissimilar items to distant points in the embedding space. The library distinguishes itself through a highly configurable architecture that separates concerns across several interchangeable components. Users can assemble custom loss functions from pluggable distance metrics

    Provides norm-based penalties to shrink embedding magnitudes during metric learning training.

    Pythoncomputer-visioncontrastive-learningdeep-learning
    عرض على GitHub↗6,328
  1. Home
  2. Artificial Intelligence & ML
  3. Regularization Techniques
  4. Embedding Regularization

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

  • Center Distance PenaltiesPenalize the distance of embedding centers from the origin or from each other to improve feature distribution. **Distinct from Embedding Regularization:** Distinct from Embedding Regularization: specifically penalizes center distances, not general noise injection or constraints on embedding layers.
  • Distribution RegularizersPenalties that encourage embeddings or weights to share a common Lp norm or zero mean to promote uniformity. **Distinct from Embedding Regularization:** Distinct from Embedding Regularization: focuses on distribution-level constraints (norm sharing, zero mean) rather than noise injection or general constraints.
  • Norm PenalizersPenalties that encourage embeddings or weights to have a small Lp norm to reduce their magnitude during training. **Distinct from Embedding Regularization:** Distinct from Embedding Regularization: specifically targets reducing embedding/weight magnitude via Lp norm penalties, not noise injection or general constraints.
  • Space Shaping RegularizersPenalties such as center invariance or sparsity that shape the distribution of learned embeddings. **Distinct from Embedding Regularization:** Distinct from Embedding Regularization: focuses on shaping the overall embedding space distribution (center invariance, sparsity) rather than noise injection or general constraints.