awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesEmbedding Computation

Methods for generating and normalizing feature embeddings for machine learning models.

Distinguishing note: Focuses on the mathematical computation and normalization of embeddings rather than general model training.

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

Awesome Embedding Computation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • deepinsight/insightfaceAvatar von deepinsight

    deepinsight/insightface

    29,002Auf GitHub ansehen↗

    InsightFace is a comprehensive deep learning framework designed for face recognition, biometric identity verification, and feature extraction. It provides a specialized engine for one-to-one verification and one-to-many identification tasks, utilizing convolutional neural networks to transform raw image pixels into high-dimensional vector embeddings. The project includes a complete toolkit for detecting, aligning, and processing facial data to ensure consistent identity discrimination. Beyond core recognition, the platform distinguishes itself through an extensive model management and optimiz

    InsightFace computes normalized embeddings using official preprocessing pipelines and determines optimal similarity thresholds on a validation split to ensure reproducible and accurate results.

    Pythonage-estimationarcfaceface-alignment
    Auf GitHub ansehen↗29,002
  • paddlepaddle/paddledetectionAvatar von PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243Auf GitHub ansehen↗

    PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

    Learns object detection and appearance embedding tasks simultaneously within a shared network.

    Pythonblazefacedeepsortdetr
    Auf GitHub ansehen↗14,243
  • kevinmusgrave/pytorch-metric-learningAvatar von KevinMusgrave

    KevinMusgrave/pytorch-metric-learning

    6,328Auf GitHub ansehen↗

    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 loss functions that compute penalties from embeddings and labels for metric learning.

    Pythoncomputer-visioncontrastive-learningdeep-learning
    Auf GitHub ansehen↗6,328
  • transformerlensorg/transformerlensAvatar von TransformerLensOrg

    TransformerLensOrg/TransformerLens

    3,098Auf GitHub ansehen↗

    TransformerLens is a library for mechanistic interpretability research designed to reverse engineer the learned algorithms within large language models. It provides a standardized framework for wrapping diverse transformer architectures, allowing researchers to extract, manipulate, and analyze internal activations and weights through a consistent interface. The project distinguishes itself through a comprehensive system of activation hooks that can capture, patch, and ablate internal tensors during the forward pass. It includes specialized utilities for decomposing fused projections, material

    Computes and normalizes combined token, positional, and token-type embeddings for model inputs.

    Python
    Auf GitHub ansehen↗3,098
  1. Home
  2. Artificial Intelligence & ML
  3. Embedding Computation

Unter-Tags erkunden

  • Embedding Loss Functions1 Sub-TagComputes loss values from embeddings and labels to guide the model toward a desired embedding space. **Distinct from Embedding Computation:** Distinct from Embedding Computation: computes loss from embeddings, not just generating or normalizing them.
  • Embedding Normalization UtilitiesUtilities for normalizing input embeddings to unit Lp norm before distance computation. **Distinct from Embedding Computation:** Distinct from Embedding Computation: focuses specifically on the normalization step before distance computation, not on generating embeddings.
  • Joint Detection and Embedding ModelsArchitectures that learn detection and appearance features simultaneously in a single pass. **Distinct from Embedding Computation:** Distinct from Embedding Computation: focuses on the joint architecture for tracking rather than just embedding generation.