yahoo/yamall

Name: yamall

Owner: Yahoo Inc.

Description: null

Created: 2016-05-10 19:41:35.0

Updated: 2017-10-10 20:39:25.0

Pushed: 2017-05-22 17:00:45.0

Homepage: null

Size: 182

Language: PLSQL

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

yamall

Yet Another MAchine Learning Library AKA Yahoo's Amazing MAchine Learning Library

What is yamall?

yamall is a Java machine learning library, a fast black-box local learner, and a hadoop implementation. It implements most of the state-of-the-art features used in machine learning algorithms, e.g. namespaces, hashing of the features, single and multipass stochastic gradient descent.

Why yamall?

yamall comes from the necessity to have a secure Java implementation of state-of-the-art machine learning algorithms. The local version tries to imitate the interface of Vowpal Wabbit, in order to facilitate the migration. At the same time, to harness the full power of yamall you can directly call the java functions in your code. Also, there is a Hadoop version to be able to scale to big datasets.

With very few lines of code you will be able to

Build instructions

yamall uses Maven as the build system. You will need to install Maven on your machine. The installation steps depend on your operating system. On Linux, you can use your package manager; e.g. on Fedora, run sudo yum install maven.

Once Maven is installed, you can use Maven to build it:

cd yamall/
mvn package
Running locally

See the directory 'local'.

Running on Hadoop

See the directory 'hadoop'.

Examples on how to use the yamall APIs

See the directory 'examples'.

License

The use and distribution terms for this software are covered by the Apache 2.0 license. See LICENSE file for terms.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.