Hi Charles, There is an implementation of multilayer perceptron in Spark (since 1.5): https://spark.apache.org/docs/latest/ml-classification-regression.html#multilayer-perceptron-classifier
Other features such as autoencoder, convolutional layers, etc. are currently under development. Please refer to https://issues.apache.org/jira/browse/SPARK-5575 Best regards, Alexander From: charles li [mailto:charles.up...@gmail.com] Sent: Wednesday, March 16, 2016 7:01 PM To: user <user@spark.apache.org> Subject: best way to do deep learning on spark ? Hi, guys, I'm new to MLlib on spark, after reading the document, it seems that MLlib does not support deep learning, I want to know is there any way to implement deep learning on spark ? Do I must use 3-party package like caffe or tensorflow ? or Does deep learning module list in the MLlib development plan? great thanks -- -------------------------------------- a spark lover, a quant, a developer and a good man. http://github.com/litaotao