Re: Deep learning libraries for scala

2016-10-18 Thread Edward Fine
How about https://deeplearning4j.org/ ? On Wed, Oct 5, 2016 at 9:25 AM janardhan shetty wrote: > Any help from the experts regarding this is appreciated > On Oct 3, 2016 1:45 PM, "janardhan shetty" wrote: > > Thanks Ben. The current spark ML

Re: Large-scale matrix inverse in Spark

2016-09-27 Thread Edward Fine
I have not found matrix inversion algorithms in Spark and I would be surprised to see them. Except for matrices with very special structure (like those nearly the identity), inverting and n*n matrix is slower than O(n^2), which does not scale. Whenever a matrix is inverted, usually a