spark-deep-learning
spark-deep-learning copied to clipboard
Java API
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?
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.
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?