A
A
Alexander Sinitsyn2019-11-14 18:39:40
Neural networks
Alexander Sinitsyn, 2019-11-14 18:39:40

Do you need layer synchronization inside a neural network?

Those. stop data processing on the next layer until all the neurons of the previous one have worked out. After all, the input data does not go to all inputs at once, but is entered sequentially in a cycle.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
longclaps, 2019-11-14
@a_u_sinitsin

If you multiply by a column and consistently calculate layer by layer, there is no such problem.
If you calculate in parallel, for example on the GPU, then yes, synchronization is performed by hardware, by means of the GPU.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question