In the meantime there is also deeplearning4j which integrates with Spark
(for both Java and Scala): http://deeplearning4j.org/
Regards,
James
On 17 March 2016 at 02:32, Ulanov, Alexander
wrote:
> Hi Charles,
>
>
>
> There is an implementation of multilayer perceptron in Spark (since 1.5):
>
>
Hi, Alexander,
that's awesome, and when will that feature be released ? Since I want to
know the opportunity cost between waiting for that release and use caffe or
tensorFlow ?
great thanks again
On Thu, Mar 17, 2016 at 10:32 AM, Ulanov, Alexander <
alexander.ula...@hpe.com> wrote:
> Hi Charles
On Thu, Mar 17, 2016 at 3:51 AM, charles li wrote:
> Hi, Alexander,
>
> that's awesome, and when will that feature be released ? Since I want to
> know the opportunity cost between waiting for that release and use caffe or
> tensorFlow ?
>
I don't expect MLlib will be able to compete with major
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 ref