rctn / sparsecoding

Reference sparse coding implementations for efficient learning and inference.
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Add three new inference methods #38

Closed denkle closed 2 years ago

denkle commented 2 years ago

Still struggle somewhat with "Iterative Hard Thresholding" convergence but committing the changes for now so would appreciate someones fresh eyes on the logic of the inference

alvinzz commented 2 years ago

autopep8 --max-line-length=120 --in-place --recursive ./ will auto-format the repository according to the flake8 formatting guidelines.

alvinzz commented 2 years ago

Thanks Denis!