Distributed Deep Learning with Will Constable

Machine Learning Archives - Software Engineering Daily - A podcast by Machine Learning Archives - Software Engineering Daily

Categories:

Deep learning allows engineers to build models that can make decisions based on training data. These models improve over time using stochastic gradient descent. When a model gets big enough, the training must be broken up across multiple machines. Two strategies for doing this are “model parallelism” which divides the model across machines and “data