项目作者: kevinVervier

项目描述 :
Learning tasks with orthogonal/disjoint supports
高级语言: R
项目地址: git://github.com/kevinVervier/orthopen.git
创建时间: 2017-01-31T16:20:55Z
项目社区:https://github.com/kevinVervier/orthopen

开源协议:

下载


Orthopen in R

Source for reproducing results presented in ‘
[On Learning Matrices with Orthogonal Columns or Disjoint Supports’ (Vervier et al., 2014)] (http://link.springer.com/chapter/10.1007%2F978-3-662-44845-8_18)

Orthopen is an R package to solve penalized learning tasks, assuming orthogonality between tasks support. It also allows to perform feature selection and sparsity-inducing schemes.

To install Orthopen from R, type:

  1. install.packages('devtools')
  2. library(devtools)
  3. install_github("kevinVervier/orthopen")

Check the vignettes for examples.