brendano / myutil

23 stars 8 forks source link

by Brendan O'Connor, http://brenocon.com

Java utilities for statistics/machinelearning and various supporting tools. (Often intended for NLP applications, though not much NLP in this library.) This needs a better name; currently it's "myutil", https://github.com/brendano/myutil

The idea is to be a library of functions for well-known algorithms, as opposed to a grand ML/NLP framework, because those are never as useful as one would hope (in my experience at least).

This is under active development so any of it may be broken at any time. If there are comments with a testing procedure, that may be a good sign.

Stuff in here

Math/stats/opt things:

Non-math-y things:

NLP things:

Example models:

Licenses

Let's say new code is GPL version 2. Note there's code from other libraries inside here too, like JAMA and LibLBFGS and the Java SDK, which have their own licenses.