Coder Social home page Coder Social logo

Operalib

PyPi Travis Codecov CircleCI Python27 Python36

Operalib is a library for structured learning and prediction for python based on operator-valued kernels (OVKs). OVKs are an extension of scalar kernels to matrix-valued kernels. The idea is to predict silmultaneously several targets while, for instance, encoding the output structure with the operator-valued kernel.

We aim at providing an easy-to-use standard implementation of operator-valued kernel methods. Operalib is designed for compatilibity to scikit-learn interface and conventions. It uses numpy, scipy and cvxopt as underlying libraries.

The project is developed by the AROBAS group of the IBISC laboratory of the University of Evry, France.

Documentation

Is available at: http://operalib.github.io/operalib/documentation/.

Install

The package is available on PyPi, and the installation should be as simple as:

pip install operalib

To install from the sources in your home directory, use:

pip install .

To install for all users on Unix/Linux:

python setup.py build
python setup.py install

GIT

You can check the latest sources with the command:

git clone https://github.com/operalib/operalib

or through ssh, instead of https, if you have write privileges:

git clone [email protected]:operalib/operalib.git

References

A non-exhaustive list of publications related to operator-valued kernel is available here:

http://operalib.github.io/operalib/documentation/reference_papers/index.html.

operalib's Projects

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.