cl-mlep

https://github.com/fzalkow/cl-mlep.git

git clone 'https://github.com/fzalkow/cl-mlep.git'

(ql:quickload :cl-mlep)
11

cl-mlep

cl-mlep is a Common Lisp Machine Learning library for Educational Purposes.

It aims at providing a collection of simple machine learning algorithms with the following claims:

There is an HTML documentation (http://fzalkow.github.io/cl-mlep) including usage examples and an API. Its source is to be found in the branch gh-pages.

To start straight away, you can call (ql:quickload :mlep) or (ql:quickload :mlep-add) (or if you havn't Quicklisp installed load load/load.lisp or load/load-with-add.lisp). The latter one includes the prior one, but needs some dependencies for providing even more machine learning algorithms! You find more information about this in the usage examples, section Why Additional?.

If someone is interested in collaborating, please tell me. I'd be happy about this!