Git Product home page Git Product logo

tree-structured-group-lasso's Introduction

Tree Structured Group LASSO

Python Implementation of Tree Structured Group LASSO.

http://www.jmlr.org/papers/volume12/jenatton11a/jenatton11a.pdf

http://icml2010.haifa.il.ibm.com/papers/416.pdf

"Sparse coding consists in representing signals as sparse linear combinations of atoms selected from a dictionary. We consider an extension of this framework where the atoms are further assumed to be embedded in a tree. This is achieved using a recently introduced tree-structured sparse regularization norm, which has proven useful in several applications." from the JMLR paper

alt tag

MNIST Dataset Representation

MNIST Dataset Representation with Tree Structured Group LASSO.

Setting

The number of atoms is 30, in which, 0-9 is root group, 10-19 and 20-29 are reaf groups. Each reaf group has hierarchical relationship with root group.

You can run the code as followed command.

python mnist_tsgl.py

Results

You can check Tree Structured relationship in printed logs. (If parent is zeros, then every children are also zeros. If one of children is zeros, then every nodes in upper groups are also zeros.)

alt tag

tree-structured-group-lasso's People

Contributors

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