An important library / tool for mathematical operations, statistics, etc. in Clojure - incanter . There is also clatrix jBlas packaging for matrix operations.
As for machine learning in general, there are at least two Apache Spark mating / wrapping libraries that include MLlib for machine learning: sparking and flambo . clj-ml is basically a Weka wrapper and some add-ons. Finally, clojure-opennlp is a wrapper around opennlp , an NLP toolkit comparable to NLTK in Python.
This list of ML tools contains a few more links.
source
share