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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cornellius-gp/gpytorch

Open-source alternatives to Gpytorch

30 open-source projects similar to cornellius-gp/gpytorch, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Gpytorch alternative.

  • pymc-devs/pymcAvatar de pymc-devs

    pymc-devs/pymc

    9,650Voir sur GitHub↗

    PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian inference. It provides a probabilistic graphical model library for specifying random variables, priors, and likelihood functions, supported by an MCMC sampling engine and variational inference tools to estimate posterior distributions. The framework features a GPU-accelerated inference backend that compiles models into machine code to increase execution speed. It utilizes a backend-agnostic tensor execution model and just-in-time graph compilation to optimize the computation o

    Pythonbayesian-inferencemcmcprobabilistic-programming
    Voir sur GitHub↗9,650
  • tensorflow/probabilityAvatar de tensorflow

    tensorflow/probability

    4,420Voir sur GitHub↗

    TensorFlow Probability is a library for probabilistic reasoning and statistical analysis integrated with the TensorFlow ecosystem. It serves as a Bayesian deep learning framework, a probabilistic programming interface, and a variational inference engine, providing a toolset for Markov chain Monte Carlo sampling and tensor-based probabilistic modeling. The project enables the construction of neural networks with probabilistic weights and the implementation of Bayesian neural networks to quantify prediction uncertainty. It provides specialized capabilities for hierarchical probabilistic modelin

    Jupyter Notebook
    Voir sur GitHub↗4,420
  • maxpumperla/hyperasAvatar de maxpumperla

    maxpumperla/hyperas

    2,178Voir sur GitHub↗

    Keras Hyperopt: A very simple wrapper for convenient hyperparameter optimization

    Python
    Voir sur GitHub↗2,178
  • catalyst-team/catalystAvatar de catalyst-team

    catalyst-team/catalyst

    3,376Voir sur GitHub↗

    Accelerated deep learning R&D

    Python
    Voir sur GitHub↗3,376

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • pyro-ppl/pyroAvatar de pyro-ppl

    pyro-ppl/pyro

    9,009Voir sur GitHub↗

    Pyro is a deep probabilistic programming library and differentiable probabilistic modeler designed for Bayesian inference. It functions as a probabilistic programming language that allows for the construction of complex graphical models using PyTorch tensors and automatic differentiation. The framework enables the definition of universal probabilistic models as standard Python functions. It integrates deep learning with probabilistic modeling to compute posterior distributions and estimate latent variables through gradient-based optimization and algorithmic solvers. The system provides a pro

    Python
    Voir sur GitHub↗9,009
  • pytorch/igniteAvatar de pytorch

    pytorch/ignite

    4,770Voir sur GitHub↗

    Ignite is a high-level training framework for PyTorch neural networks that serves as a training engine and deep learning lifecycle manager. It provides a structured system for organizing and automating training and evaluation loops, managing data iterators and triggering event handlers at specific milestones during the model training process. The project distinguishes itself through a comprehensive suite of tools for distributed training and model evaluation. It includes utilities for synchronizing gradients and coordinating collective communication across multiple GPUs or nodes, as well as a

    Python
    Voir sur GitHub↗4,770
  • ctallec/pyvarinfAvatar de ctallec

    ctallec/pyvarinf

    362Voir sur GitHub↗

    Python package facilitating the use of Bayesian Deep Learning methods with Variational Inference for PyTorch

    Python
    Voir sur GitHub↗362
  • graal-research/poutyneAvatar de GRAAL-Research

    GRAAL-Research/poutyne

    578Voir sur GitHub↗

    A simplified framework and utilities for PyTorch

    Python
    Voir sur GitHub↗578
  • maxpumperla/elephasAvatar de maxpumperla

    maxpumperla/elephas

    1,580Voir sur GitHub↗

    Distributed Deep learning with Keras & Spark

    Python
    Voir sur GitHub↗1,580
  • tensorflow/tfjsAvatar de tensorflow

    tensorflow/tfjs

    19,134Voir sur GitHub↗

    TensorFlow.js is a JavaScript machine learning library used for training and deploying models in web browsers and server-side environments. It functions as a browser-based model trainer, a WebAssembly inference engine, and a WebGPU accelerated tensor library for low-level linear algebra. The project also includes a model converter to transform Python-based models into optimized formats for JavaScript execution. The library distinguishes itself through a pluggable backend architecture that allows mathematical operations to be executed via CPU, WebGL, or WebGPU. It supports the conversion of Py

    TypeScript
    Voir sur GitHub↗19,134
  • blei-lab/edwardAvatar de blei-lab

    blei-lab/edward

    4,841Voir sur GitHub↗

    Edward is a probabilistic programming language and inference engine designed for building deep generative models and Bayesian neural networks. It utilizes the TensorFlow framework to represent probabilistic models as differentiable computational graphs. The library enables the construction of complex data distributions through Bayesian neural networks, mixture models, and Gaussian processes. It differentiates itself by providing an integrated toolkit for both supervised and unsupervised probabilistic modeling, including the implementation of generative adversarial networks and mixture density

    Jupyter Notebookbayesian-methodsdata-sciencedeep-learning
    Voir sur GitHub↗4,841
  • tensorflow/swiftAvatar de tensorflow

    tensorflow/swift

    6,131Voir sur GitHub↗

    Swift for TensorFlow is a custom toolchain that extends the Swift language with first-class automatic differentiation and differentiable types, enabling gradient-based computation directly within the compiler. It integrates the Swift compiler with TensorFlow runtime and XLA backends, allowing tensor operations to be compiled and executed on hardware-accelerated hardware for high-performance machine learning. The project distinguishes itself through compiler-integrated automatic differentiation that computes gradients of user-defined functions and types during compilation, eliminating the need

    Jupyter Notebook
    Voir sur GitHub↗6,131
  • fastai/fastaiAvatar de fastai

    fastai/fastai

    27,862Voir sur GitHub↗

    Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the entire machine learning lifecycle. It functions as a comprehensive training toolkit, abstracting hardware management and automating complex training loops to simplify the construction and execution of neural network models. The framework is distinguished by its notebook-centric development environment and a type-dispatching data pipeline that automatically applies transformations based on input data formats. It emphasizes transfer learning through discriminative layer-wise optimiza

    Jupyter Notebookcolabdeep-learningfastai
    Voir sur GitHub↗27,862
  • danielegrattarola/spektralAvatar de danielegrattarola

    danielegrattarola/spektral

    2,394Voir sur GitHub↗

    Graph Neural Networks with Keras and Tensorflow 2.

    Python
    Voir sur GitHub↗2,394
  • pytorch/pytorchAvatar de pytorch

    pytorch/pytorch

    100,814Voir sur GitHub↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic differentiation system that allows for flexible, non-static graph execution. The framework is designed for deep integration with Python, enabling natural usage alongside standard scientific computing ecosystems. It distinguishes itself through a comprehensive distributed training sui

    Pythonautograddeep-learninggpu
    Voir sur GitHub↗100,814
  • google/qkerasAvatar de google

    google/qkeras

    583Voir sur GitHub↗

    QKeras: a quantization deep learning library for Tensorflow Keras

    Python
    Voir sur GitHub↗583
  • polyaxon/polyaxonAvatar de polyaxon

    polyaxon/polyaxon

    3,707Voir sur GitHub↗

    Polyaxon is a Kubernetes-native machine learning orchestration platform and MLOps pipeline orchestrator. It serves as a control plane for managing distributed deep learning workloads, automated machine learning pipelines, and experiment tracking. The platform distinguishes itself through specialized services for distributed training management, including MPI-based coordination for PyTorch and TensorFlow. It provides an automated hyperparameter optimization service utilizing Bayesian, random, and grid search algorithms, alongside managed interactive AI workspaces for launching Jupyter notebook

    MDX
    Voir sur GitHub↗3,707
  • pytorch/audioAvatar de pytorch

    pytorch/audio

    2,886Voir sur GitHub↗

    Data manipulation and transformation for audio signal processing, powered by PyTorch

    Python
    Voir sur GitHub↗2,886
  • pytorch/textAvatar de pytorch

    pytorch/text

    3,561Voir sur GitHub↗

    Models, data loaders and abstractions for language processing, powered by PyTorch

    Python
    Voir sur GitHub↗3,561
  • batzner/tensorlmAvatar de batzner

    batzner/tensorlm

    60Voir sur GitHub↗

    Wrapper library for text generation / language models at character and word level with RNNs in TensorFlow

    Python
    Voir sur GitHub↗60
  • lutzroeder/netronAvatar de lutzroeder

    lutzroeder/netron

    33,087Voir sur GitHub↗

    Netron is a visualizer for neural network and machine learning models. It provides a graphical interface that renders model architectures as interactive node-link diagrams, allowing users to inspect internal layers, tensors, and metadata. By performing static analysis, the tool enables the examination of model definitions without executing the underlying machine learning code. The software distinguishes itself through a schema-driven parsing engine that translates diverse proprietary model formats into a unified internal graph structure. This approach ensures interoperability, allowing users

    JavaScriptaicoremldeep-learning
    Voir sur GitHub↗33,087
  • autonomio/talosAvatar de autonomio

    autonomio/talos

    1,637Voir sur GitHub↗

    Hyperparameter Experiments with TensorFlow and Keras

    Pythonartificial-intelligencedeep-learninghyperparameter-optimization
    Voir sur GitHub↗1,637
  • deepmind/trflAvatar de deepmind

    deepmind/trfl

    3,135Voir sur GitHub↗

    TensorFlow Reinforcement Learning

    Python
    Voir sur GitHub↗3,135
  • deepmind/sonnetAvatar de deepmind

    deepmind/sonnet

    9,920Voir sur 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

    Python
    Voir sur GitHub↗9,920
  • ludwig-ai/ludwigAvatar de ludwig-ai

    ludwig-ai/ludwig

    11,717Voir sur GitHub↗

    Ludwig is a multimodal machine learning platform and low-code framework designed for building, training, and deploying neural networks. It enables the construction of models that process text, images, audio, and tabular data through a unified interface using declarative configuration files rather than custom code. The system features a specialized low-code framework for large language models, supporting supervised fine-tuning, preference alignment, and a constrained decoding tool to force structured data output via logit extraction. It also includes an automated model architecture search to i

    Pythoncomputer-visiondata-centricdata-science
    Voir sur GitHub↗11,717
  • bsautermeister/tensorlightAvatar de bsautermeister

    bsautermeister/tensorlight

    11Voir sur GitHub↗

    TensorLight - A high-level framework for TensorFlow

    Python
    Voir sur GitHub↗11
  • keras-rl/keras-rlAvatar de keras-rl

    keras-rl/keras-rl

    5,551Voir sur GitHub↗

    keras-rl is a reinforcement learning library that enables the training of neural agents using Keras. It serves as a framework for implementing deep reinforcement learning agents that interact with simulated environments to discover optimal behaviors and maximize cumulative rewards. The library provides a system for configuring, training, and managing neural network agents. It handles the interaction loop between agents and environments, allowing models to learn through direct experience and gradient-based optimization. The framework includes capabilities for model weight management, allowing

    Python
    Voir sur GitHub↗5,551
  • keplr-io/heraAvatar de keplr-io

    keplr-io/hera

    486Voir sur GitHub↗

    Train/evaluate a Keras model, get metrics streamed to a dashboard in your browser.

    JavaScript
    Voir sur GitHub↗486
  • keras-team/keras-contribAvatar de keras-team

    keras-team/keras-contrib

    1,585Voir sur GitHub↗

    Keras community contributions

    Python
    Voir sur GitHub↗1,585
  • itdxer/neupyAvatar de itdxer

    itdxer/neupy

    736Voir sur GitHub↗

    NeuPy is a Tensorflow based python library for prototyping and building neural networks

    Python
    Voir sur GitHub↗736