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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to maxpumperla/elephas

Open-source alternatives to Elephas

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

  • catalyst-team/catalystcatalyst-team avatar

    catalyst-team/catalyst

    3,376View on GitHub↗

    Accelerated deep learning R&D

    Python
    View on GitHub↗3,376
  • maxpumperla/hyperasmaxpumperla avatar

    maxpumperla/hyperas

    2,178View on GitHub↗

    Keras Hyperopt: A very simple wrapper for convenient hyperparameter optimization

    Python
    View on GitHub↗2,178
  • pytorch/ignitepytorch avatar

    pytorch/ignite

    4,770View on 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
    View on GitHub↗4,770
  • bsautermeister/tensorlightbsautermeister avatar

    bsautermeister/tensorlight

    11View on GitHub↗

    TensorLight - A high-level framework for TensorFlow

    Python
    View on GitHub↗11
  • cornellius-gp/gpytorchcornellius-gp avatar

    cornellius-gp/gpytorch

    3,893View on GitHub↗

    GPyTorch is a GPU-accelerated probabilistic framework and PyTorch library for implementing scalable Gaussian process models. It provides a system for Gaussian process modeling and uncertainty estimation, designed to perform efficient matrix operations on graphics hardware. The framework features a modular kernel system for constructing custom covariance functions and modeling complex data dependencies. It specifically integrates Gaussian processes with deep neural networks to create hybrid models for regression and classification. The system employs numerical linear algebra techniques, inclu

    Python
    View on GitHub↗3,893

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • keras-team/keras-contribkeras-team avatar

    keras-team/keras-contrib

    1,585View on GitHub↗

    Keras community contributions

    Python
    View on GitHub↗1,585
  • google/qkerasgoogle avatar

    google/qkeras

    583View on GitHub↗

    QKeras: a quantization deep learning library for Tensorflow Keras

    Python
    View on GitHub↗583
  • tensorflow/meshtensorflow avatar

    tensorflow/mesh

    1,624View on GitHub↗

    Mesh TensorFlow: Model Parallelism Made Easier

    Python
    View on GitHub↗1,624
  • tflearn/tflearntflearn avatar

    tflearn/tflearn

    9,579View on GitHub↗

    tflearn is a deep learning framework and high-level API wrapper for TensorFlow. It provides a toolkit for designing neural network architectures and a system for executing training loops and optimizing model weights across CPUs and GPUs. The project simplifies the process of building and training models through a modular interface and a high-level API for prototyping. It includes specialized utilities for deep learning visualization, allowing for the generation of graphical diagrams to analyze network structures, weights, gradients, and activations. The framework covers a broad range of capa

    Pythondata-sciencedeep-learningmachine-learning
    View on GitHub↗9,579
  • graal-research/poutyneGRAAL-Research avatar

    GRAAL-Research/poutyne

    578View on GitHub↗

    A simplified framework and utilities for PyTorch

    Python
    View on GitHub↗578
  • deepmind/sonnetdeepmind avatar

    deepmind/sonnet

    9,920View on 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
    View on GitHub↗9,920
  • riga/tfdeployriga avatar

    riga/tfdeploy

    354View on GitHub↗

    Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.

    Python
    View on GitHub↗354
  • pytorch/audiopytorch avatar

    pytorch/audio

    2,886View on GitHub↗

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

    Python
    View on GitHub↗2,886
  • pytorch/pytorchpytorch avatar

    pytorch/pytorch

    100,814View on 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
    View on GitHub↗100,814
  • rocmsoftwareplatform/tensorflow-upstreamROCmSoftwarePlatform avatar

    ROCmSoftwarePlatform/tensorflow-upstream

    702View on GitHub↗

    TensorFlow ROCm port

    C++
    View on GitHub↗702
  • tensorflow/tensorflowtensorflow avatar

    tensorflow/tensorflow

    195,697View on GitHub↗

    TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of complex mathematical models. It utilizes a graph-based execution model that represents operations as directed acyclic graphs, enabling automatic differentiation and efficient parallel processing. The system provides high-level interfaces for defining neural network architectures, alongside a robust engine for managing multidimensional array structures and tensor mathematics. The framework distinguishes itself through a scalable distributed runtime that orchestrates workloads acr

    C++deep-learningdeep-neural-networksdistributed
    View on GitHub↗195,697
  • tensorflow/foldtensorflow avatar

    tensorflow/fold

    1,818View on GitHub↗

    Deep learning with dynamic computation graphs in TensorFlow

    Python
    View on GitHub↗1,818
  • pytorch/textpytorch avatar

    pytorch/text

    3,561View on GitHub↗

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

    Python
    View on GitHub↗3,561
  • polyaxon/polyaxonpolyaxon avatar

    polyaxon/polyaxon

    3,707View on 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
    View on GitHub↗3,707
  • itdxer/neupyitdxer avatar

    itdxer/neupy

    736View on GitHub↗

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

    Python
    View on GitHub↗736
  • pyro-ppl/pyropyro-ppl avatar

    pyro-ppl/pyro

    9,009View on 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
    View on GitHub↗9,009
  • pytorch/tntpytorch avatar

    pytorch/tnt

    1,719View on GitHub↗

    A lightweight library for PyTorch training tools and utilities

    Python
    View on GitHub↗1,719
  • danielegrattarola/spektraldanielegrattarola avatar

    danielegrattarola/spektral

    2,394View on GitHub↗

    Graph Neural Networks with Keras and Tensorflow 2.

    Python
    View on GitHub↗2,394
  • lutzroeder/netronlutzroeder avatar

    lutzroeder/netron

    33,087View on 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
    View on GitHub↗33,087
  • fastai/fastaifastai avatar

    fastai/fastai

    27,862View on 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
    View on GitHub↗27,862
  • google/flaxgoogle avatar

    google/flax

    7,238View on GitHub↗

    Flax is a deep learning framework and JAX neural network library designed for building complex machine learning models. It functions as a distributed training library and model state manager, providing a toolkit for defining flexible neural network architectures and scaling their training across multiple hardware devices. The project is characterized by a design that separates network logic from parameter values to remain compatible with pure functions. It uses hierarchical module composition to organize networks as trees of nested modules and employs a reference-based state management system

    Jupyter Notebook
    View on GitHub↗7,238
  • deepmind/trfldeepmind avatar

    deepmind/trfl

    3,135View on GitHub↗

    TensorFlow Reinforcement Learning

    Python
    View on GitHub↗3,135
  • ctallec/pyvarinfctallec avatar

    ctallec/pyvarinf

    362View on GitHub↗

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

    Python
    View on GitHub↗362
  • keras-team/keraskeras-team avatar

    keras-team/keras

    64,094View on 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

    Pythondata-sciencedeep-learningjax
    View on GitHub↗64,094
  • batzner/tensorlmbatzner avatar

    batzner/tensorlm

    60View on GitHub↗

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

    Python
    View on GitHub↗60