spark-deep-learning icon indicating copy to clipboard operation
spark-deep-learning copied to clipboard

Java API

Open Ayush-iitkgp opened this issue 7 years ago • 2 comments

Hi, I have started to use Spark MLlib for my machine learning needs using Java. Now, I am curious to explore Deep Learning with Mllib but I find no documentation for Java. Is there a Java API? If no, when can I expect the same?

Ayush-iitkgp avatar Sep 19 '17 12:09 Ayush-iitkgp

There currently is no Java API, and as far as I can tell, there seems to be no plan to create one in the future. For better or for worse, Python seems to be the dominant language for deep learning. As such, priority for developing the Python API has been highest.

jvmncs avatar Oct 05 '17 18:10 jvmncs

We are looking into adding Scala APIs for readImages and DeepImageFeaturizer, which would enable transfer learning for images in Scala. @Ayush-iitkgp it might work for your Java workflow?

sueann avatar Oct 05 '17 21:10 sueann