Skip to content

hryniewskis/Nesterov-accelerated-method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODA_Project

Implementation of 3 minimization algoritms proposed by prof. Yurii Nesterov in article Gradient methods for minimizing composite functions for function $ \Psi(x) $ in a form: $$ \Psi(x)=||b-Ax||_2 +\lambda||x||_1 $$ These algorithms can be used to create linear regression model with a built-in feature selection similar to Lasso.

TODO

  • Adding stopping criterion from the paper
  • Code optimisation
  • adding decriptions to the functions
  • making detailed README

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published