-
Notifications
You must be signed in to change notification settings - Fork 83
Home
Jason Baldridge edited this page Aug 28, 2013
·
6 revisions
Nak is a machine learning library written in Scala and Java. It currently supports the following:
- basic k-means clustering
- classification with logistic regression and support vector machines. (The implementations are adapted pretty much directly from liblinear-java.)
- other classifiers that have been brought from breeze-learn (naive Bayes, neural net, etc)
- locality sensitive hashing
Help with developing Nak is welcome -- get in touch with Jason Baldridge if you are interested in contributing. Check out the help wanted issues for contributions we've already thought of.