Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Data Mining in Lisp

I'm looking for a way to accomplish data mining tasks in Common Lisp; does anything exist that would make this possible? I found Incanter for Clojure, but I have to stick to Common Lisp for the task at hand.

like image 635
user1067257 Avatar asked Dec 05 '25 07:12

user1067257


1 Answers

These are libraries I use often and think helpful:

  • GSLL: GNU Scientific Library for Lisp
  • LLA: Lisp Linear Algebra (blas and lapack bindings)
  • Gabor Melis' ML Libraries(svm, svd, statistics, etc)

There are a lot more listed on cliki that I haven't had a chance to evaluate.

like image 195
huaiyuan Avatar answered Dec 07 '25 22:12

huaiyuan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!