awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

4 Repos

Awesome GitHub RepositoriesModel Initializers

Utilities for instantiating neural networks with specific architectures, loss functions, and training configurations.

Distinct from Neural Network Initializers: Existing candidates were either too specific to language models or focused only on weight value initialization.

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

Awesome Model Initializers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • kaiyangzhou/deep-person-reidAvatar von KaiyangZhou

    KaiyangZhou/deep-person-reid

    4,849Auf GitHub ansehen↗

    This project is a PyTorch person re-identification framework designed for training and evaluating models that identify individuals across different camera views. It provides a complete model training pipeline, a deep learning feature extractor for converting images into numeric vectors, and a suite of computer vision benchmarking tools to measure identity retrieval accuracy. The framework includes a specialized transfer learning toolkit that supports layer freezing, staged learning rate optimization, and differential learning rates for fine-tuning pretrained models. It distinguishes itself th

    Creates neural network instances by specifying architecture, training identities, and loss functions.

    Pythoncomputer-visioncross-domaindeep-learning
    Auf GitHub ansehen↗4,849
  • morvanzhou/tensorflow-tutorialAvatar von MorvanZhou

    MorvanZhou/Tensorflow-Tutorial

    4,334Auf GitHub ansehen↗

    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

    Evaluates how different starting values for variables affect the model's ability to reach a global optimum.

    Pythonautoencoderclassificationcnn
    Auf GitHub ansehen↗4,334
  • openai/grokAvatar von openai

    openai/grok

    4,251Auf GitHub ansehen↗

    Grok is a neural network training framework and machine learning experiment suite designed for algorithmic generalization research. It provides a set of tools to study how neural networks transition from memorizing training data to discovering general rules when trained on small datasets. The implementation focuses on deep learning overfitting analysis and neural network training evaluation. It enables the execution of training loops to observe the phenomenon of grokking and measure model performance on unseen algorithmic data. The codebase covers capability areas including algorithmic datas

    Implements symmetric random weight distributions to ensure consistent convergence across experimental runs.

    Python
    Auf GitHub ansehen↗4,251
  • open-mmlab/mmpretrainAvatar von open-mmlab

    open-mmlab/mmpretrain

    3,842Auf GitHub ansehen↗

    mmpretrain is a modular PyTorch computer vision framework designed for developing, training, and benchmarking deep learning architectures. It serves as a comprehensive toolkit for vision tasks, providing a specialized platform for multimodal machine learning and self-supervised learning. The project features a computer vision model zoo containing architectural definitions and pre-trained weights for backbones such as ViT, ConvNeXt, and Swin Transformer. It distinguishes itself through a dedicated self-supervised learning toolkit that implements algorithms like MAE and DINO to train models wit

    Provides utilities to instantiate neural networks with specific architectures, pretrained weights, or customized parameters.

    Pythonbeitclipconstrastive-learning
    Auf GitHub ansehen↗3,842
  1. Home
  2. Artificial Intelligence & ML
  3. Model Initializers

Unter-Tags erkunden

  • Weight Initialization Analysis2 Sub-TagsEvaluating how different initial weight distributions affect the convergence to global optima. **Distinct from Model Initializers:** Distinct from Model Initializers by focusing on the analysis of the impact of starting values rather than just the utility to set them.