jnjcc / cl-ml

Machine Learning in Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cl-ml

Machine Learning in Common Lisp

Unfortunately, this package is NOT production ready.

For one thing, most of the linear algebra stuff is written from scratch, which is definitely NOT efficient enough.

Usage

Tests

cd ~/quicklisp/local-projects/
git clone https://github.com/jnjcc/cl-dataset
git clone https://github.com/jnjcc/cl-ml
ln -s cl-dataset/ml cl-ml/test/dataset
(ql:quickload :cl-ml)
(ql:quickload :cl-ml-test)
(cl-ml/test:run-all-tests)

COPYING

Copyright (c) 2012-2015 jnjcc, Yste.org

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

About

Machine Learning in Common Lisp

License:GNU General Public License v2.0


Languages

Language:Common Lisp 100.0%