RE: Data and Model Parallelism in MLPC

2016-01-04 Thread Ulanov, Alexander
Subject: Re: Data and Model Parallelism in MLPC Hi, I went through the code for implementation of MLPC and couldn't understand why stacking/unstacking of the input data has been done. The description says " Block size for stacking input data in matrices to speed up the computation.

Re: Data and Model Parallelism in MLPC

2015-12-30 Thread Disha Shrivastava
r way of model parallelism would be to represent the network as the >> graph and use GraphX to write forward and back propagation. However, this >> option does not seem very practical to me. >> >> >> >> Best regards, Alexander >> >> >> >> *

Data and Model Parallelism in MLPC

2015-12-08 Thread Disha Shrivastava
Hi, I would like to know if the implementation of MLPC in the latest released version of Spark ( 1.5.2 ) implements model parallelism and data parallelism as done in the DistBelief model implemented by Google

RE: Data and Model Parallelism in MLPC

2015-12-08 Thread Ulanov, Alexander
Hi Disha, Multilayer perceptron classifier in Spark implements data parallelism. Best regards, Alexander From: Disha Shrivastava [mailto:dishu@gmail.com] Sent: Tuesday, December 08, 2015 12:43 AM To: dev@spark.apache.org; Ulanov, Alexander Subject: Data and Model Parallelism in MLPC Hi, I

Re: Data and Model Parallelism in MLPC

2015-12-08 Thread Disha Shrivastava
ark.apache.org; Ulanov, Alexander > *Subject:* Data and Model Parallelism in MLPC > > > > Hi, > > I would like to know if the implementation of MLPC in the latest released > version of Spark ( 1.5.2 ) implements model parallelism and data > parallelism as done in the Dist

RE: Data and Model Parallelism in MLPC

2015-12-08 Thread Ulanov, Alexander
forward and back propagation. However, this option does not seem very practical to me. Best regards, Alexander From: Disha Shrivastava [mailto:dishu@gmail.com] Sent: Tuesday, December 08, 2015 11:19 AM To: Ulanov, Alexander Cc: dev@spark.apache.org Subject: Re: Data and Model Parallelism in MLPC