Git Product home page Git Product logo

lsvm_relext's Introduction

Code for Latent Structural SVM (June 4 2009)
--------------------------------------------
(implemented by Chun-Nam Yu based on the SVM-light code by Thorsten Joachims,
with the Mosek optimization software. Standalone version coming soon.)


INSTALLATION
------------
1. This software uses the Mosek quadratic program solver [2]. Download and install Mosek from www.mosek.com following the instructions on their website (they've provided a evaluation license and also a special free license for students)
2. After Mosek has been installed, modify the Makefile in latentssvm by replacing 'your_mosek_directory' with the path where you install Mosek.
3. Type 'make' in the directory latentssvm and make sure that the compilation is successful.


USING THE LATENT SVM^STRUCT API
-------------------------------
1. This implemention of latent structural SVM follows the modular design of SVM^struct [3]. To implement your own latent structural SVM application, you need to modify the two files svm_struct_latent_api_types.h and svm_struct_latent_api.c. 
2. An example implementation on the application of motif finding in [1] is available for download at http://www.cs.cornell.edu/~cnyu/latentssvm. 
3. You may also find the set of example applications on the SVM^struct website instructive when implementing your own latent structural SVM applications. The structural SVM application examples are available at http://svmlight.joachims.org/svm_struct.html.


CONTACT
-------
If you had any suggestions to the program or have bugs to report, you can email Chun-Nam Yu at [email protected].  


REFERENCES
----------
[1] C.-N. Yu and T. Joachims: Learning Structural SVMs with Latent Variables, ICML 2009 
[2] The Mosek Optimization Software [www.mosek.com]
[3] I. Tsochantaridis, T. Hofmann, T. Joachims, and Y. Altun: Support Vector Learning for Interdependent and Structured Output Spaces, ICML 2004

lsvm_relext's People

Contributors

ajaynagesh 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.