Skip to content

jnjcc/cl-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published