COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200626173945/https://github.com/topics/dictionary-learning
Here are
57 public repositories
matching this topic...
Real-time GCC-NMF Blind Speech Separation and Enhancement
Updated
Apr 8, 2019
Python
Sparse Optimisation Research Code
Updated
Jun 1, 2020
Python
Fundamental notes on Haskell, Category theory and related fields. Encyclopedic pocketbook of meaning. For quick or memory curve spaced repetition learning.
A MATLAB toolbox for classifier: Version 1.0.7
Updated
Jun 11, 2018
MATLAB
A MATLAB library for sparse representation problems
Updated
Aug 25, 2019
MATLAB
Image inpainting via dictionary learning and sparse representation.
Updated
Jun 5, 2019
Python
✨ A Python package for sparse representations and dictionary learning, including matching pursuit, K-SVD and applications.
Updated
Apr 18, 2020
Python
Regularized K-SVD Algorithm
Updated
Apr 28, 2017
MATLAB
[WACV 2019 Oral] Deep Micro-Dictionary Learning and Coding Network
Dictionary Learning for image processing
Updated
Jun 26, 2020
Python
geometry processing and shape analysis framework
multi-focus image fusion using dictionary learning and low-rank representation(ICIG 2017, Shanghai)
Updated
Mar 1, 2020
MATLAB
work in Advanced Topics in Multimedia Analysis and Indexing
Updated
Aug 4, 2018
Jupyter Notebook
Code for the article "Wasserstein Dictionary Learning", Schmitz et al. 2018
This repository contains dictionary learning algorithms
Updated
Apr 14, 2019
Python
Greedy Adaptive Dictionary (GAD) is a learning algorithm that sets out to find sparse atoms for speech signals.
Updated
Oct 1, 2018
Python
Buildings segmentation and multiple sclerosis lesions segmentation (Dictionary learning, Encoding, Classification)
Updated
Mar 22, 2020
MATLAB
Matlab code for learning doubly sparse dictionary on synthetic data. Details can be found in the paper "A Provable Approach for Double-Sparse Coding".
Updated
Mar 5, 2018
MATLAB
Image deblocking method using structural sparse representation and quantization constraint
Updated
May 21, 2018
MATLAB
Updated
Dec 13, 2016
Python
Python Implementation of Proximal Methods for Hierarchical Sparse Coding
Updated
Jul 10, 2017
Python
Unsupervised word translation
Face Recognition via Locality Constrained Low Rank Representation and Dictionary Learning
Updated
Dec 27, 2019
MATLAB
Project Course CS399 for deblurring of Image using Machine Learning
Updated
Jan 30, 2019
MATLAB
《牛津英汉词典》 单词翻译,英译汉、词典; 借用文本词典实现查词翻译功能,学习练手的好项目
Chinese Historical Phonology
Updated
Dec 23, 2018
Python
Bilinear Adaptive Vector Approximate Message Passing
Updated
Jun 16, 2020
MATLAB
Matlab based implementation for doing face recognition using Discriminative KSVD technique.
Updated
Dec 23, 2017
MATLAB
The repository includes a learning program for the verbal physics 3/4 exam.
Updated
Jan 23, 2019
Python
Improve this page
Add a description, image, and links to the
dictionary-learning
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
dictionary-learning
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I was trying to help someone use
alphaCSCand realized that it's not straightforward to understand which class to use when. We are also missing some guidelines how to tweak certain parameters (e.g., which solver to choose?).Empirically it seems that LGCD is better but it is not possible to use it from
learn_d_z. I think this function should be deprecated and eitherGreedyCDLor `BatchCDL