awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • huggingface/transformersAvatar de huggingface

    huggingface/transformers

    161,630Ver en 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
    Ver en GitHub↗161,630
  • kevinmusgrave/pytorch-metric-learningAvatar de KevinMusgrave

    KevinMusgrave/pytorch-metric-learning

    6,328Ver en 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
    Ver en GitHub↗6,328
  1. Home
  2. Artificial Intelligence & ML
  3. Regularization Techniques
  4. Embedding Regularization

Explorar subetiquetas

  • 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.