kyonifer / koma

A scientific computing library for Kotlin. https://kyonifer.github.io/koma
Other
270 stars 23 forks source link

Add support for nd4j backend #70

Open zjuhasz opened 5 years ago

zjuhasz commented 5 years ago

dl4j is the most feature complete and popular deep ann implementation for the jvm as far as I know. nd4j is required to work with neural networks in dl4j. So in order to make a Kotlin ann api that can use dl4j networks and that uses koma as its ndarray / matrix api we need koma to support nd4j.