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 RepositoriesParameter Management Utilities

Tools for querying and managing the state and trainability of model parameters.

Distinguishing note: Focuses on parameter metadata and state management rather than optimization logic.

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

Awesome Parameter Management Utilities 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

    Defines layer-specific weights that support initialization, serialization, and gradient-based optimization.

    Pythonbookcomputer-visiondata-science
    Auf GitHub ansehen↗29,001
  • google-deepmind/sonnetAvatar von google-deepmind

    google-deepmind/sonnet

    9,920Auf GitHub ansehen↗

    Sonnet is a modular machine learning framework and TensorFlow neural network library designed for building composable deep learning architectures. It functions as a model orchestrator that manages parameters, state serialization, and graph exports during the training process. The framework provides a distributed training system to synchronize gradients and spread workloads across multiple GPUs or hardware devices. It enables the design of reusable research components through high-level abstractions and subclassing. The library covers neural network architecture design through sequential laye

    Includes utilities to query and manage the state and trainability of model parameters for optimizers.

    Pythonartificial-intelligencedeep-learningmachine-learning
    Auf GitHub ansehen↗9,920
  • deepmind/sonnetAvatar von deepmind

    deepmind/sonnet

    9,920Auf GitHub ansehen↗

    Sonnet is a modular machine learning framework and TensorFlow library used for building, training, and managing deep learning models. It functions as a system for composing neural networks from reusable modules and layers that encapsulate their own parameters and internal states. The project provides specialized tools for distributed model training, enabling the synchronization of gradients across multiple hardware devices. It also serves as a model state management system, allowing for the persistence of neural network weights and the export of portable models that separate the computation g

    Offers tools for querying and managing the state and trainability of model parameters.

    Python
    Auf GitHub ansehen↗9,920
  1. Home
  2. Artificial Intelligence & ML
  3. Parameter Management Utilities