Any help from the experts regarding this is appreciated On Oct 3, 2016 1:45 PM, "janardhan shetty" <[email protected]> wrote:
> Thanks Ben. The current spark ML package has feed forward multilayer > perceptron algorithm as well and just wondering how different is your > implementation ? > https://spark.apache.org/docs/latest/ml-classification- > regression.html#multilayer-perceptron-classifier > > On Mon, Oct 3, 2016 at 1:40 PM, Benjamin Kim <[email protected]> wrote: > >> I got this email a while back in regards to this. >> >> Dear Spark users and developers, >> >> I have released version 1.0.0 of scalable-deeplearning package. This >> package is based on the implementation of artificial neural networks in >> Spark ML. It is intended for new Spark deep learning features that were not >> yet merged to Spark ML or that are too specific to be merged. The package >> provides ML pipeline API, distributed training, optimized numerical >> processing with tensor library, and extensible API for developers. Current >> features are the multilayer perceptron classifier and stacked autoencoder. >> >> As a Spark package: https://spark-packages.org/pac >> kage/avulanov/scalable-deeplearning >> >> The source code: https://github.com/avulanov/scalable-deeplearning >> >> Contributions are very welcome! Please, let me know if you have any >> comment or questions. >> >> >> Hope this helps. >> >> Cheers, >> Ben >> >> On Oct 3, 2016, at 12:05 PM, janardhan shetty <[email protected]> >> wrote: >> >> Any leads in this regard ? >> >> On Sat, Oct 1, 2016 at 1:48 PM, janardhan shetty <[email protected]> >> wrote: >> >>> Apparently there are no Neural network implementations in tensorframes >>> which we can use right ? or Am I missing something here. >>> >>> I would like to apply neural networks for an NLP settting is there are >>> any implementations which can be looked into ? >>> >>> On Fri, Sep 30, 2016 at 8:14 PM, Suresh Thalamati < >>> [email protected]> wrote: >>> >>>> Tensor frames >>>> >>>> https://spark-packages.org/package/databricks/tensorframes >>>> >>>> Hope that helps >>>> -suresh >>>> >>>> On Sep 30, 2016, at 8:00 PM, janardhan shetty <[email protected]> >>>> wrote: >>>> >>>> Looking for scala dataframes in particular ? >>>> >>>> On Fri, Sep 30, 2016 at 7:46 PM, Gavin Yue <[email protected]> >>>> wrote: >>>> >>>>> Skymind you could try. It is java >>>>> >>>>> I never test though. >>>>> >>>>> > On Sep 30, 2016, at 7:30 PM, janardhan shetty < >>>>> [email protected]> wrote: >>>>> > >>>>> > Hi, >>>>> > >>>>> > Are there any good libraries which can be used for scala deep >>>>> learning models ? >>>>> > How can we integrate tensorflow with scala ML ? >>>>> >>>> >>>> >>>> >>> >> >> >
