Skip to content

felixyu/pSVM

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

In the interest of time, I am releasing a preliminary version of pSVM (felixyu.org/pSVM.html).

Please cite the following paper: Felix X. Yu; Dong Liu; Sanjiv Kumar; Tony Jebara; Shih-Fu Chang. $\propto$SVM for learning with label proportions, ICML 2013

  1. The package implements the (slow) kernel version of InvCal, alter-pSVM and conv-pSVM. Linear versions, faster kernel versions based on libsvm (instead of gurobi) will be released later.

  2. Setup The code requires CVX, gurobi, and libsvm. http://cvxr.com/cvx/ http://www.gurobi.com/ http://www.csie.ntu.edu.tw/~cjlin/libsvm/ Please download the software in the above websites, and setup init.m accordingly.

  3. Demo Run demo_toy and demo_heart for two simple demos. The toy data was the one used in the ICML paper.

  4. The conv-pSVM was modified from LGMMC(http://lamda.nju.edu.cn/code_LGMMC.ashx). (Y.-F. Li, I. W. Tsang, J. T. Kwok, and Z.-H. Zhou. Tighter and convex maximum margin clustering. AISTATS'09) Some of their code is included for the ease of the users. All the terms of the LGMMC package apply.

  5. Please direct any questions to Felix Yu (yuxinnan@ee.columbia.edu).

About

proportion-SVM (pSVM, $\propto$SVM) for learning with label proportions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published