1 مستودع
Layers that enable standard machine learning code to run across multiple nodes with minimal modification.
Distinct from Distributed Computing Frameworks: Distinct from general distributed computing frameworks: focuses specifically on the adaptation layer for multi-node execution.
Explore 1 awesome GitHub repository matching devops & infrastructure · Distributed Code Adapters. Refine with filters or upvote what's useful.
TensorFlowOnSpark is a distributed deep learning framework designed to bridge machine learning tasks with large-scale computing environments. It functions as a cluster computing integration tool that enables the execution of parallelized model development and data processing workflows directly within existing Apache Spark clusters. The framework allows developers to scale heavy machine learning workloads across multiple nodes, facilitating the training of models and the execution of inference tasks on datasets that exceed the memory capacity of a single machine. By leveraging Spark for cluste
Allows developers to adapt standard machine learning code for execution across multiple connected computers with minimal changes.