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
·

2 repositorios

Awesome GitHub RepositoriesDistributed Learning Algorithms

Machine learning algorithms specifically designed to be executed across a distributed cluster of compute nodes.

Distinct from Machine Learning Algorithms: The candidates are either too specific (Gradient Boosting) or unrelated (consensus/storage), and this requires a general category for distributed ML algorithms.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Distributed Learning Algorithms. Refine with filters or upvote what's useful.

Awesome Distributed Learning Algorithms GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • h2oai/h2o-3Avatar de h2oai

    h2oai/h2o-3

    7,493Ver en GitHub↗

    h2o-3 is a distributed machine learning platform and automated machine learning framework designed for training and deploying predictive models using distributed in-memory computing. It functions as a deep learning framework and a distributed model scoring engine, capable of operating as a Kubernetes ML cluster to process large datasets in parallel. The platform distinguishes itself through automated machine learning capabilities that automatically select the best algorithms and hyperparameters to optimize model performance. It provides specialized deep learning toolkits for tasks including i

    Supports the training of predictive models using distributed versions of algorithms like gradient boosting and deep learning.

    Jupyter Notebookautomlbig-datadata-science
    Ver en GitHub↗7,493
  • numenta/nupicAvatar de numenta

    numenta/nupic

    6,352Ver en GitHub↗

    NuPIC is a machine learning framework that implements Hierarchical Temporal Memory (HTM) theory, a neuroscience-inspired approach to artificial intelligence. It models principles of the neocortex to build systems capable of learning patterns from streaming data, performing sequence prediction, and detecting anomalies in real-time data streams. The framework is built around a Cortical Learning Algorithm that combines spatial pooling and temporal memory to process streaming input. It uses Sparse Distributed Representations to encode input patterns, a Spatial Pooler to convert dense input into s

    Combines spatial pooling and temporal memory to learn and infer patterns from streaming data, mimicking neocortical processing.

    Python
    Ver en GitHub↗6,352
  1. Home
  2. Artificial Intelligence & ML
  3. Distributed Learning Algorithms

Explorar subetiquetas

  • Cortical Learning AlgorithmsAlgorithms that combine spatial pooling and temporal memory to learn and infer patterns from streaming data, mimicking neocortical processing. **Distinct from Distributed Learning Algorithms:** Distinct from Distributed Learning Algorithms: focuses on neocortex-inspired cortical learning, not distributed cluster execution.