Registry / utility / nd4j-api

nd4j-api

JSON →
library0.9.1javamavenunverified

API for ND4J, a scientific computing library for the JVM, part of Deeplearning4j.

<dependency> <groupId>org.nd4j</groupId> <artifactId>nd4j-api</artifactId> <version>0.9.1</version> </dependency>
INSTALL
IMPORT
SIG · ND4J-API
N
nd4j-api
utilityjavav0.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Nd4j
org.nd4j.linalg.factory.Nd4j

Create a 2x2 matrix using ND4J.

import org.nd4j.linalg.factory.Nd4j; import org.nd4j.linalg.api.ndarray.INDArray; INDArray arr = Nd4j.create(new double[]{1, 2, 3, 4}, new int[]{2, 2});
Debug
Known issues
gotchaND4J 0.9.1 is outdated; consider using a newer version from the Eclipse Deeplearning4j project.
fix
Upgrade to a recent version like 1.0.0-M2.1.
affects: <=0.9.1
Upgrade
Version history
0.9.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
Resources
nd4j-api — mvn dependency:get nd4j-api · libregistry