Skip to content

Add FTRL Optimizer with Group Lasso regularizer#8918

Closed
xiuyanni wants to merge 1 commit intopytorch:fbsyncfrom
xiuyanni:export-D8623146-to-fbsync
Closed

Add FTRL Optimizer with Group Lasso regularizer#8918
xiuyanni wants to merge 1 commit intopytorch:fbsyncfrom
xiuyanni:export-D8623146-to-fbsync

Conversation

@xiuyanni
Copy link
Contributor

Summary:
Implement an optimzier based on FTRL Optimzier which support Gourp
Lasso regularizer.

The relevant paper list for this optimizer:

  1. About the FTRL Optimizer: https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/41159.pdf,
  2. About the group lasso regularizer solver: http://www.cse.cuhk.edu.hk/~king/PUB/ICML2010-Yang-473.pdf

Differential Revision: D8623146

Summary:
Implement an optimzier based on FTRL Optimzier which support Gourp
Lasso regularizer.

The relevant paper list for this optimizer:
1. About the FTRL Optimizer: https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/41159.pdf,
2. About the group lasso regularizer solver: http://www.cse.cuhk.edu.hk/~king/PUB/ICML2010-Yang-473.pdf

Differential Revision: D8623146

fbshipit-source-id: 6bc3216eef114e1a49ae5ac5c085cbc4c4274f2b
@onnxbot onnxbot added the caffe2 label Jun 26, 2018
@xiuyanni xiuyanni changed the title Add FTRL Optimzier with Group Lasso regularizer Add FTRL Optimizer with Group Lasso regularizer Aug 26, 2018
@ezyang
Copy link
Contributor

ezyang commented Oct 11, 2018

this diff is abandoned internally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants