awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • h2oai/h2o-3h2oai 的头像

    h2oai/h2o-3

    7,493在 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
    在 GitHub 上查看↗7,493
  • numenta/nupicnumenta 的头像

    numenta/nupic

    6,352在 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
    在 GitHub 上查看↗6,352
  1. Home
  2. Artificial Intelligence & ML
  3. Distributed Learning Algorithms

探索子标签

  • 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.