Giter Site home page Giter Site logo

minkowskiprojection's Introduction

Supplementary materials for "Projection onto Minkowski Sums with Application to Constrained Learning" to appear in ICML 2019 by Kenneth Lange, Joong-Ho Won, and Jason Xu

Overview

  • SLEP MATLAB toolbox (SLEP-master.zip)
    • MATLAB toolbox consisting of functions for sparse regression, especially the proximity operator for $\ell_{1,2}$-overlapping group lasso.
  • SparseReg MATLAB toolbox (SparseReg-0.0.2.zip)
    • MATLAB toolbox consisting of functions for sparse regression, especially ADMM for constrained lasso.
  • overlappinggroup subdirectory
    • Contains MATLAB code to reproduce the results in Section 4.1. See below for further details.
  • constrainedlasso subdirectory
    • Contains MATLAB code to reproduce the results in Section 4.2. See below for further details.

Code & Data

Requirements

  • MATLAB code
  • MATLAB code
    • The overlappinggroup/ subdirectory contains five .m files. sim1.m is the main simulation loop. grplasso_prox.m is the Minkowski projection based code for computing proximity operator for the overlapping group lasso penalty. This code calls minkowski_proj.m, for which getLqDiskProjections.m provides the required projections to the summand sets. grpprox_obj.m computes the value of the objective function for the proximity operator (Moreau-Yosida smoothing).
    • The constrainedlasso/ subdirectory contains four .m files. sim1.m is the main simulation loop for the zero-sum constrained lasso. sim2.m is the main simulation loop for the nonnegative lasso. Both files call classo_proxgrad.m, which implements the proximal gradient descent for the constrained lasso based on the Minkowski projection. This in turn calls minkowski_proj.m. The required projections to the summands are hard-coded in sim1.m and sim2.m.

Simulations

  • Make sure that Gurobi was installed successfully, and that the directories for the SparseReg toolbox and Gurobi have been added to MATLAB's search paths.

Acknowledgment

  • This document and the simulation loops were modified from the Supplementary Material for "Algorithms for Fitting the Constrained Lasso" by Brian Gaines, Juhyun Kim and Hua Zhou, available at https://doi.org/10.1080/10618600.2018.1473777

minkowskiprojection's People

Contributors

won-j avatar

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.