A small machine learning library aimed at providing simple, concise implementations of machine learning techniques and utilities. It is written in Lisp (using the implementation du jour, Clojure) to maximize expressiveness and enjoyment.
Add the following dependency to your project:
- Artificial neural network
- Decision tree
- Ensemble methods
- K-nearest neighbors
- Linear regression
- Logistic regression
- Naive Bayes
- Random forest
- Predicting survival on the Titanic with logistic regression
- Classifying handwritten digits with an artificial neural network
Copyright © 2015-2017