Posts for: #Machine-Learning

Data Parallelism

Data parallelism is when you split the data and train the full model in parallel on each segment of data. This is different from Model Parallelism in which the model itself is…

[Read more]