You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.