Skip to content

set of algorithms that I have implemented for some random projects

License

Notifications You must be signed in to change notification settings

pvnieo/My-Algorithm-Zoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My-Algorithms-Zoo

Set of algorithms that I implemented for some random projects, either because I didn't find an implementation in the language I want, or because the implementation didn't suit me.

For the moment, the implemented algorithms are:

  • RPCA: Principal Component Pursuit algorithm for robust PCA
  • Learning rate finder: Leslie N. Smith's Learning rate finder method