Awesome
lambda-ml
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.
Installation
Add the following dependency to your project:
Documentation
Supervised Learning Algorithms
- Artificial neural network
- Decision tree
- Ensemble methods
- K-nearest neighbors
- Linear regression
- Logistic regression
- Naive Bayes
- Random forest
Unsupervised Learning Algorithms
Examples
- Classifying handwritten digits with an artificial neural network
- DBSCAN example
- Decision tree example
- Hierarchical agglomerative clustering example
- K-means example
- Predicting survival on the Titanic with logistic regression
License
Copyright © 2015-2018