Software:ND4S

From HandWiki
ND4S: N-Dimensional Arrays for Scala
Original author(s)Adam Gibson, Taisuke Oe
Developer(s)various
Stable release
0.7.2 / 27 December 2016; 7 years ago (2016-12-27)
Written inJava
Operating systemLinux, macOS, Windows, Android
PlatformCross-platform
TypeNatural language processing, Deep learning, Machine vision
LicenseApache 2.0
Websitegithub.com/deeplearning4j/nd4s

ND4S is a free, open-source extension of the Scala programming language operating on the Java Virtual Machine – though it is compatible with both Java and Clojure.[1]

ND4S is a scientific computing library for linear algebra and matrix manipulation in a production environment, integrating with Hadoop and Spark to work with distributed GPUs. It supports n-dimensional arrays for JVM-based languages.

ND4S has primarily been developed by the group in San Francisco that built Deeplearning4j, led by Adam Gibson.[2] It was created under an Apache Software Foundation license.

Distributed

ND4S's operations include distributed parallel versions. They can take place in a cluster and process massive amounts of data. Matrix manipulation occurs in parallel on GPUs or CPUs in the cloud, and can work within Spark or Hadoop clusters.

Benchmarks

Benchmarks show that ND4S runs roughly twice as fast as NumPy on large matrices.[3][failed verification]

See also

References

External links