dl4clj

ports of some DL4J examples to Clojure

Leiningen/Boot

[dl4clj "0.0.1"]

Clojure CLI/deps.edn

dl4clj/dl4clj {:mvn/version "0.0.1"}

Gradle

implementation("dl4clj:dl4clj:0.0.1")

Maven

<dependency>
  <groupId>dl4clj</groupId>
  <artifactId>dl4clj</artifactId>
  <version>0.0.1</version>
</dependency>