Liking cljdoc? Tell your friends :D

dl4clj

Port of deeplearning4j to clojure

Usage

Under construction. For now, have a look at the examples to get started.

Artifacts

dl4clj artifacts are released to Clojars.

If using Maven add the following repository definition to your pom.xml:

<repository>
  <id>clojars.org</id>
  <url>http://clojars.org/repo</url>
</repository>

Latest release

With Leiningen:

[engagor/clj-vw "0.0.1"]

With Maven:

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

License

Copyright © 2016 Engagor

Distributed under the BSD Clause-2 License as distributed in the file LICENSE at the root of this repository.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close