lambda-ml

A small machine learning library aimed at providing simple, concise implementations of machine learning techniques and utilities.

Leiningen/Boot

[lambda-ml "0.1.0"]

Clojure CLI/deps.edn

lambda-ml/lambda-ml {:mvn/version "0.1.0"}

Gradle

implementation("lambda-ml:lambda-ml:0.1.0")

Maven

<dependency>
  <groupId>lambda-ml</groupId>
  <artifactId>lambda-ml</artifactId>
  <version>0.1.0</version>
</dependency>