awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesModel Serialization

Formats and utilities for saving machine learning models to disk for portability and deployment.

Explore 5 awesome GitHub repositories matching data & databases · Model Serialization. Refine with filters or upvote what's useful.

Awesome Model Serialization GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • keras-team/kerasAvatar de keras-team

    keras-team/keras

    64,094Ver en GitHub↗

    Keras is a high-level deep learning framework designed for constructing and training neural networks through the composition of modular, functional layers. It serves as a comprehensive modeling toolkit that provides standardized procedures for defining, evaluating, and deploying complex architectures. By utilizing a directed acyclic graph approach, the framework allows users to build intricate models with multiple inputs, outputs, and shared layers, ensuring consistent numerical execution through functional state management. The project distinguishes itself as a multi-backend machine learning

    Serializes neural network architectures and weights into standardized, cross-platform formats for deployment across diverse computing backends.

    Pythondata-sciencedeep-learningjax
    Ver en GitHub↗64,094
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Ver en GitHub↗

    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

    Saves model structures and parameters to disk in language-agnostic formats for cross-environment deployment.

    Pythonbookcomputer-visiondata-science
    Ver en GitHub↗29,001
  • facebookincubator/prophetAvatar de facebookincubator

    facebookincubator/prophet

    20,231Ver en GitHub↗

    Prophet is a predictive analytics framework and time series regression library designed for forecasting future values. It uses additive models to fit non-linear growth and periodic seasonal patterns, providing tools for producing forecasts with integrated error measurement. The project handles multiple seasonalities and holiday effects to improve accuracy for periodic data. It supports the integration of external regressors and manages data irregularities, such as missing data and outliers, to maintain prediction stability. The framework covers a broad range of analysis capabilities, includi

    Provides mechanisms to save and load trained model states and configurations via JSON for portability.

    Python
    Ver en GitHub↗20,231
  • deepmind/sonnetAvatar de deepmind

    deepmind/sonnet

    9,920Ver en GitHub↗

    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

    Exports computation graphs and weights into framework-agnostic formats for deployment without original source code.

    Python
    Ver en GitHub↗9,920
  • mlpack/mlpackAvatar de mlpack

    mlpack/mlpack

    5,663Ver en GitHub↗

    mlpack is a header-only C++ machine learning library that defines matrix types as compile-time templates, enabling flexible numeric precision and memory layout without runtime overhead. Its core identity is built around a template metaprogramming architecture that allows algorithms to be included selectively as independent modules, reducing binary size, and supports compile-time serialization of neural network parameters by deducing matrix types and structure at compile time. The library distinguishes itself through a multi-language binding framework that automatically generates bindings for

    Saves and loads trained model parameters to disk using compile-time matrix type definitions.

    C++
    Ver en GitHub↗5,663
  1. Home
  2. Data & Databases
  3. Data Serialization Formats
  4. Model Serialization

Explorar subetiquetas

  • Portable Model FormatsFramework-agnostic file formats that allow models to run across different backends.