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-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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