rctn / sparsecoding

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

Implement CEL0 algorithm #51

Open Yazhou-Z opened 1 year ago

Yazhou-Z commented 1 year ago
  1. Implement the CELO method to the sparsecoding.inference
  2. Add a test for the CELO method.
  3. Add a jupyter notebook that demonstrates the method working on bars example.