Processing library same function as numpy

Hi @doni,

Processing is built on top of the Java programming language. After searching on internet, the best solution seems to use ND4J which is a Java library close to Numpy:

Nd4j : numpy ++ for java. Contains a mix of numpy operations and tensorflow/pytorch operations.

1 Like