5

Does any one has a recommendation for what libraries to use for deep learning?

Soerendip
  • 744
  • 1
  • 9
  • 16

2 Answers2

6

Hi (I created deeplearning4j: warning biased source),

It's fairly new but we are open to feedback. We ported keras to scala: http://github.com/deeplearning4j/ScalNet/

This uses deeplearning4j underneath. We would love contributions or issues.

Adam Gibson
  • 161
  • 3
5

I think currently there is no pure scala deep learning library which can be compared with mxnet, caffe, keras and etc.

For lang on JVM, u can try this one: https://deeplearning4j.org/

luosha865
  • 71
  • 3