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

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

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

3 مستودعات

Awesome GitHub RepositoriesHead Initialization

Adding randomly initialized output layers to pre-trained models to support new classification tasks.

Distinct from Classification: Specific to the architectural addition of a classification head rather than the overall classification algorithm.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Head Initialization. Refine with filters or upvote what's useful.

Awesome Head Initialization GitHub Repositories

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

    facebookresearch/fairseq

    32,228عرض على GitHub↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Adds randomly initialized output layers to models to enable custom classification tasks.

    Python
    عرض على GitHub↗32,228
  • davidsandberg/facenetالصورة الرمزية لـ davidsandberg

    davidsandberg/facenet

    14,326عرض على GitHub↗

    FaceNet is a facial recognition framework designed to transform facial images into high-dimensional numerical embeddings for identity verification and recognition. It provides a deep learning face embedder that maps facial features into a Euclidean space where distance corresponds to facial similarity. The system includes tools for both supervised and unsupervised identity management. It features a face identity classifier for categorizing images into known identity classes and an unsupervised clustering tool to group similar facial embeddings together without predefined labels. The framewor

    Adds a trainable linear output layer to map embeddings to specific identity labels.

    Python
    عرض على GitHub↗14,326
  • qubvel-org/segmentation_models.pytorchالصورة الرمزية لـ qubvel-org

    qubvel-org/segmentation_models.pytorch

    11,622عرض على GitHub↗

    This is a PyTorch semantic segmentation library designed for building image masking frameworks. It provides a collection of over 500 pretrained convolutional and transformer-based encoders and various decoder architectures to perform binary and multiclass pixel-level classification. The library features a modular backbone integration that decouples encoder choice from decoder logic. It supports custom input channel configurations and encoder depth tuning, allowing the modification of input layers to accept non-standard channel counts while preserving pretrained weights. Some configurations al

    Provides the ability to attach a classification head for global image labels alongside segmentation masks.

    Pythoncomputer-visiondeeplab-v3-plusdeeplabv3
    عرض على GitHub↗11,622
  1. Home
  2. Artificial Intelligence & ML
  3. Classification
  4. Head Initialization

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

  • Auxiliary Classification HeadsSecondary output branches added to a model to provide global labels alongside primary task outputs. **Distinct from Head Initialization:** Unlike general head initialization, this specifically refers to auxiliary branches for multi-task output in segmentation models.