Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[january-dev] january vs. nd4j

Hello,

I had a go replacing my January IDataset with INDArray from nd4j yesterday because nd4j seems to be used with dl4j. 

It seemed to be roughly an equivalent swap but I noticed that my 1d arrays had rank 2 (see https://github.com/deeplearning4j/nd4j/issues/2202)

I also had some problems getting small numbers to stay the same between the two (presumably rounding error != in the two systems).

Has anyone done a more complete compare of the two? It seems that the nd4j community is much larger and active to me.

Matt

Back to the top