Re: Training the MultilayerPerceptronClassifier

2015-09-13 Thread Feynman Liang
; Registered number: 02675207. > Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 > 7DY, UK. > -- > *From:* Feynman Liang [fli...@databricks.com] > *Sent:* 11 September 2015 20:34 > *To:* Rory Waite > *Cc:* user@spark.apache.org > *Subject:* Re: Training t

Re: Training the MultilayerPerceptronClassifier

2015-09-11 Thread Feynman Liang
Rory, I just sent a PR (https://github.com/avulanov/ann-benchmark/pull/1) to bring that benchmark up to date. Hope it helps. On Fri, Sep 11, 2015 at 6:39 AM, Rory Waite wrote: > Hi, > > I’ve been trying to train the new MultilayerPerceptronClassifier in spark > 1.5 for the

Training the MultilayerPerceptronClassifier

2015-09-11 Thread Rory Waite
Hi, I’ve been trying to train the new MultilayerPerceptronClassifier in spark 1.5 for the MNIST digit recognition task. I’m trying to reproduce the work here: https://github.com/avulanov/ann-benchmark The API has changed since this work, so I’m not sure that I’m setting up the task correctly.