Skip to content
pengzhang edited this page Sep 4, 2017 · 2 revisions

title: Neural Network Master Workers Algorithm

Guagua

Neural Network Master Workers Algorithm

This graph describes distributed neural network iteration algorithm.

distributed neural network

In each iteration:

  • Data are split by workers.
  • Each worker computes its own neural network gradients and sends them to master.
  • Master accumulates all gradients and updates global neural network weights and then sends global weights to all workers for next iteration.
Clone this wiki locally