Git Product home page Git Product logo

multiclasslogitboost's Introduction

MultiClassLogitBoost

(Various) LogitBoost for multiclass classification with ensemble of vector-valued trees.

About one year after we published AOSOLogitBoost [1], we found that a simple LogitBoost variant also works very well for multiclass classification, sometimes even outperforms AOSOLogitBoost. This new variant, called VTLogitBoost, can be explained in a few lines of words if you are already very familiar with multiclass LogitBoost:

  • The tree is still vector valued, as in AOSOLogitBoost
  • At each node, all the K classes are updated
  • The gain for node split is derived by diagonal approximation of the Hessian matrix

We never published VTLogitBoost anywhere, so we simply put the code here (for research purpose). In the folder there are also many other VTLogitBoost variants, including those with importance sampling, total correction, etc, although some of them see a degraded performance, which, we doubt, should attribute to our problematic implementation. However, the VTLogitBoost is guaranteed to improve over/be on par with AOSOLogitBoost.

The code is somewhat messy, but does the job. Also, it is not well documented, but the calling convention is similar to AOSOLogitBoost, see the doc there. Feel free to contact me if you need any further help.

References

[1] "Peng Sun, Mark D. Reid, Jie Zhou. "AOSO-LogitBoost: Adaptive One-Vs-One LogitBoost for Multi-Class Problems", International Conference on Machine Learning (ICML 2012)"

multiclasslogitboost's People

Watchers

 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.