CarlosGG's Knowledge Garden 🪴

Search

Search IconIcon to open search

Sparse dictionary learning

Last updated Apr 11, 2022 Edit Source

Sparse coding is a representation learning method which aims at finding a sparse representation of the input data (also known as sparse coding) in the form of a linear combination of basic elements as well as those basic elements themselves. These elements are called atoms and they compose a dictionary. Atoms in the dictionary are not required to be orthogonal, and they may be an over-complete spanning set

# Resources

# Code

# References