GithubHelp home page GithubHelp logo

mcerin / ml-rapids Goto Github PK

View Code? Open in Web Editor NEW

This project forked from e3-jsi/ml-rapids

0.0 1.0 0.0 234 KB

Fast implementation of incremental learning methods (C++), which are exposed in Python and NodeJS.

License: GNU General Public License v3.0

C 15.95% C++ 80.57% Python 2.71% Makefile 0.26% SWIG 0.51%

ml-rapids's Introduction

ml-rapids: Incremental learning written in C++ exposed in Python

ml-rapids implements incremental learning methods in C++ and exposes them via SWIG in Python. Installation can be achieved simply with pip install ml_rapids. You can test your installation with running Python:

# testing ml-rapids
import ml_rapids
ml_rapids.test()

Further documentation is available here:

Implemented incremental learning methods

  • Classification
    • Majority Class
    • Naive Bayes
    • Logistic Regression
    • Perceptron
    • VFDT (Very Fast Decision Trees) aka Hoeffding Trees
    • HAT (Hoeffding Adaptive Trees)
    • Bagging
  • Regression
    • /

All the methods implement sklearn incremantal learner interface (includes fit, partial_fit and predict methods).

Future plans

Streaming random forest on top of Hoeffding trees will be implemented. The library will be exposed via also via npm packages.

Development

Development notes can be read here.

Python deployment notes can be read here.

Acknowledgements

ml-rapids is developed by AILab at Jozef Stefan Institute.

This repository is based strongly on streamDM-cpp.

Project has received funding from European Union's Horizon 2020 Research and Innovation Programme under the Grant Agreement 776115 (PerceptiveSentinel).

ml-rapids's People

Contributors

klemenkenda avatar mcerin avatar jo-osko avatar

Watchers

James Cloos 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.