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.1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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