Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvnieo/my-algorithm-zoo
set of algorithms that I have implemented for some random projects
https://github.com/pvnieo/my-algorithm-zoo
algorithms augmented-lagrange-multipliers learning-rate-finder optimization python robust-principal-component-analysis rpca
Last synced: 11 days ago
JSON representation
set of algorithms that I have implemented for some random projects
- Host: GitHub
- URL: https://github.com/pvnieo/my-algorithm-zoo
- Owner: pvnieo
- License: mit
- Created: 2019-07-27T14:52:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T22:11:43.000Z (over 5 years ago)
- Last Synced: 2024-08-27T14:16:50.489Z (4 months ago)
- Topics: algorithms, augmented-lagrange-multipliers, learning-rate-finder, optimization, python, robust-principal-component-analysis, rpca
- Language: Jupyter Notebook
- Size: 3.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[//]: [![Maintainability](https://api.codeclimate.com/v1/badges/b3951d32ef7f010c829a/maintainability)](https://codeclimate.com/github/pvnieo/My-Algorithm-Zoo/maintainability)
# 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