Srikanth Pagadala

Deep Learning on Apache Spark

20 Nov 2016

Deep learning is computationally intensive, so on very large datasets, speed matters. You can tackle the problem with faster hardware (usually GPUs), optimized code and some form of parallelism.

Data parallelism shards large datasets and hands those pieces to separate neural networks, say, each on its own core. We can rely on Apache Spark for this, training models in parallel and iteratively averages the parameters they produce in a central model.

I recommend this Webinar