Coder Social home page Coder Social logo

yamall's Introduction

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

  • Parse VW and Tab Separated Value files.
  • Instante a Stochastic Gradient Descent, choose optimization algorithm and loss function.
  • Run multiple epochs on a dataset.
  • Train your model locally and deploy it on the grid.

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.