@kyonifer Multi-platform API is huge. Libraries like ND4J usually hide the initialization complexity in static factory methods. Imagine you could just use a regular constructor like
Dense()
or
NDArray(1, 2, 3)
and that's it. Import a correct library (not even necessarily the official one!) and it just works.