March 29, 2016

How To Get KeLP

KeLP can be used in your projects by

  1. Downloading the runnable jars and executing them from the command line.
    This is the fastest solution and requires no java coding. There are two jars, one for learning and one for doing predictions (similar to other machine learning software such as svm-light-tk). The learning algorithms, the kernel functions and their options can be specified via a json interface.
  2. Including KeLP in your java project via maven.
    This is useful if your desired functionality is not provided by the runnable jars or you need to invoke KeLP functionalities from your java code instead of using the command line.
  3. Pulling the project from github.
    This is the best option if you want to keep up with our latest updates or you want to contribute to the project.