Shogun is and open-source machine learning library that offers a wide range of efficient and unified machine learning methods.
It is implemented in C++ and provides the necessary java integration so that it can be used in any language which is based on the JVM:
– Java
– Scala
– Groovy
– Kotlin
– etc
I tried to make Shogun easier to use in a JVM environment. The documentation how to use Shogun e.g. in Scala can be found here
The related project can be found on Github
0 Comments