Giter Club home page Giter Club logo

pymtl's Introduction

PyMTL

PyMTL (Python library for Multi-task learning) is a Python module implementing a Multi-task learning framework built on top of scikit-learn, SciPy and NumPy. It is licensed under the GNU General Public License version, either version 3 of the License, or (at your option) any later version.

It was started in 2011 by Tadej Janež for the purposes of his PhD thesis on discovering clusters of related learning tasks for improving prediction models of individual tasks.

It implements an extended version of the ERM (Error-reduction merging) multi-task learning method published by Tadej Janež et al. in International Journal of Advanced Robotic Systems (IJARS).

Dependencies

PyMTL is tested to work under Python 2.7 (currently, there are no plans to support Python 3).

It has the following dependencies:

  • NumPy >= 1.3
  • SciPy >= 0.7
  • scikit-learn >= 0.14
  • Orange == 2.5 alpha 1
  • Matplotlib >= 0.99.1
  • SymPy >= 0.7.3

Install

Source

GIT

Check out the latest sources with the command:

git clone git://github.com/tjanez/PyMTL.git

or if you have write privileges:

git clone [email protected]:tjanez/PyMTL.git

Running

Go to PyMTL's base directory and execute:

python src/test.py

To change which experiment should run, edit the src/test.py file and change the value of the test_config variable.

pymtl's People

Contributors

tjanez avatar

Watchers

 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.