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
·

3 Repos

Awesome GitHub RepositoriesInitialization Stabilizers

Weight initialization strategies designed to prevent exploding gradients.

Distinct from Gradient Optimization Techniques: Focuses on weight initialization for stability, distinct from general gradient optimization techniques.

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

Awesome Initialization Stabilizers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • d2l-ai/d2l-enAvatar von d2l-ai

    d2l-ai/d2l-en

    29,001Auf GitHub ansehen↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Initializes network weights to specific scales to ensure matrix products remain stable and prevent exploding gradients.

    Pythonbookcomputer-visiondata-science
    Auf GitHub ansehen↗29,001
  • bitsandbytes-foundation/bitsandbytesAvatar von bitsandbytes-foundation

    bitsandbytes-foundation/bitsandbytes

    7,968Auf GitHub ansehen↗

    bitsandbytes is a deep learning quantization tool and library designed to reduce the memory footprint of large language models. It serves as a GPU memory optimizer and quantization framework, compressing model weights and features to 8-bit and 4-bit precision to enable inference and training on hardware with limited memory. The project provides a framework for low-rank adaptation, allowing the fine-tuning of quantized models by combining 4-bit weights with small trainable matrices. It further distinguishes itself through memory paging, which moves optimizer states between CPU and GPU memory t

    Applies specialized weight initialization to word embeddings to prevent exploding gradients during training.

    Pythonllmmachine-learningpytorch
    Auf GitHub ansehen↗7,968
  • pageman/sutskever-30-implementationsAvatar von pageman

    pageman/sutskever-30-implementations

    3,148Auf GitHub ansehen↗

    This project is a collection of deep learning research implementations and a reproduction kit designed to translate theoretical AI papers into working code. It provides a library of neural network architectures and reference implementations for reproducing seminal research concepts through interactive notebooks. The repository distinguishes itself through the implementation of AI theory and scaling laws, covering complexity dynamics, information theory, and the simulation of universal AI agents. It also includes a benchmarking suite for synthetic reasoning, allowing for the evaluation of mode

    Implements Xavier and Orthogonal weight initialization strategies to maintain activation variance and stabilize gradients.

    Jupyter Notebook
    Auf GitHub ansehen↗3,148
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Machine Learning Training
  6. Utilities
  7. Gradient Optimization Techniques
  8. Initialization Stabilizers