Skip to content

AbeelLab/javaml

Repository files navigation

javaml

Java Machine Learning Library

This document covers the very basic documentation of the library.

The Java Machine Learning Library is licensed under GNU-GPL.

updates: -- 2016/03/03 moved to github.com -- Still working to split GPL code from the core which will be less restrictive, I appreciate pull requests

More elaborate documentation can be found in the old_documentation.zip package.

  1. Overview ============= Java-ML in a nutshell:

    • A collection of machine learning algorithms
    • Common interface for each type of algorithms
    • Library aimed at software engineers and programmers, so no GUI, but clear interfaces
    • Reference implementations for algorithms described in the scientific literature.
    • Well documented source code.
    • Plenty of code samples and tutorials.
  2. How to get started ===================== When you are reading this, you most probably already downloaded the library. To use it, include the javaml-.jar in your classpath, as well as the jars that are available in lib/.

How to get started, code samples, tutorials on various tasks can be found in the old_documentation.zip package.

  1. Requirements =============== Java 6

  2. Dependencies =============== Required libraries:

Optional libraries:

  1. Contact ========== You can contact us by e-mail. [email protected]

About

Java Machine Learning Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages