Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 601 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 601 Bytes

Documentation Status

Semi-sparse Group Lasso implementation in keras

This repository proposes a keras implementation of Semi-sparse Group Lasso models for logistic regression using the popular keras framework.

The file ex_classif.py provides an example use of the SSGL_LogisticRegression model class.

Directory xp/ contains code for personal experiments that relies on tslearn, but the core of the code only depends on numpy and keras.