December 2016
Beginner to intermediate
392 pages
8h 13m
English
As Spark offers distributed computation, it can be used to perform neural network training on large data and the model deployment could be done at scale. The distributed training cuts down the training time, improves accuracy and also speeds up the model validation over a single-node model validation. The ability to scale model selection and neural network tuning by adopting tools such as Spark and TensorFlow may be a boon for the data science and machine learning communities because of the increasing availability of cloud computing and parallel resources to a wider range of engineers.
To step through this recipe, you will need a running Spark cluster either in pseudo distributed mode or in one of the ...
Read now
Unlock full access