GithubHelp home page GithubHelp logo

takuti / hivemall Goto Github PK

View Code? Open in Web Editor NEW

This project forked from myui/hivemall

0.0 3.0 0.0 123.9 MB

Scalable machine learning library for Hive/Hadoop

License: Apache License 2.0

Shell 1.66% Java 91.13% Awk 0.05% Python 0.29% Scala 6.87%

hivemall's Introduction

Hivemall: Hive scalable machine learning library

Build Status Coversity Documentation Status License

Hivemall is a scalable machine learning library that runs on Apache Hive. Hivemall is designed to be scalable to the number of training instances as well as the number of training features.

logo

Supported Algorithms

Hivemall provides machine learning functionality as well as feature engineering functions through UDFs/UDAFs/UDTFs of Hive.

Binary Classfication

  • Perceptron

  • Passive Aggressive (PA, PA1, PA2)

  • Confidence Weighted (CW)

  • Adaptive Regularization of Weight Vectors (AROW)

  • Soft Confidence Weighted (SCW1, SCW2)

  • AdaGradRDA (w/ hinge loss)

  • Factorization Machine (w/ logistic loss)

My recommendation is AROW, SCW1, AdaGradRDA, and Factorization Machine while it depends.

Multi-class Classfication

  • Perceptron

  • Passive Aggressive (PA, PA1, PA2)

  • Confidence Weighted (CW)

  • Adaptive Regularization of Weight Vectors (AROW)

  • Soft Confidence Weighted (SCW1, SCW2)

  • Random Forest Classifier

  • Gradient Tree Boosting (Experimental)

My recommendation is AROW and SCW while it depends.

Regression

My recommendation for is AROW regression, AdaDelta, and Factorization Machine while it depends.

Recommendation

k-Nearest Neighbor

  • Minhash (LSH with jaccard index)

  • b-Bit minhash

  • Brute-force search using Cosine similarity

Anomaly Detection

Natural Language Processing

  • English/Japanese Text Tokenzier

Feature engineering

System requirements

  • Hive 0.11 or later

  • Java 7 or later

    Note: It would work for Java 6 except hivemall-nlp but we recommend to use Java 7 or later.

Basic Usage

Hivemall

Find more examples on our wiki page and find a brief introduction to Hivemall in this slide.

Copyright

Copyright (C) 2015 Makoto YUI
Copyright (C) 2013-2015 National Institute of Advanced Industrial Science and Technology (AIST)  

Put the above copyrights for the services/softwares that use Hivemall.

Support

Support is through the issue list, not by a direct e-mail.

References

Please refer the following paper for research uses:

Awards

Acknowledgment

This work was supported in part by a JSPS grant-in-aid for young scientists (B) #24700111 and a JSPS grant-in-aid for scientific research (A) #24240015.

hivemall's People

Contributors

myui avatar maropu avatar oza avatar naritta avatar smly avatar lewuathe avatar y-tag avatar arnabraxit avatar takayuky avatar spiritloose avatar naokistones avatar ryukobayashi avatar takahi-i avatar

Watchers

James Cloos avatar Takuya Kitazawa avatar  avatar

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.