Skip to content
/ lasso Public

implementation of paper (Accelerated Mini-batch Randomized Block Coordinate Descent Method) and linear regression method (Lasso)

Notifications You must be signed in to change notification settings

StanLaw/lasso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is an implementation of paper (Tuo Zhao et al., Accelerated Mini-batch Randomized Block Coordinate Descent Method).

“Lasso” is a kind of linear regression method. Basic idea of “Lasso” is to minimize loss function with the constraint that the sum of absolute value of all coefficients is less than a certain positive number, such that coefficients corresponding to useless features will be equal to 0.

About

implementation of paper (Accelerated Mini-batch Randomized Block Coordinate Descent Method) and linear regression method (Lasso)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages