Skip to content

Python implementation of the algorithm of the paper "Learning Parametric Dictionaries for Signals on Graphs" from D. Thanou, D.I. Shuman, and P. Frossard.

Notifications You must be signed in to change notification settings

dcarnino/para_dict_learning

Repository files navigation

para_dict_learning

Python implementation of the algorithm of the paper "Learning Parametric Dictionaries for Signals on Graphs" from D. Thanou, D.I. Shuman, and P. Frossard.

Run the program by simply running "main.py". Parameters can be changed in "parameters.py".

"networkx" and "cvxopt" python packages are needed for code to compile. "mosek" solver needs to be installed if used by cvxopt in interior point method.

About

Python implementation of the algorithm of the paper "Learning Parametric Dictionaries for Signals on Graphs" from D. Thanou, D.I. Shuman, and P. Frossard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages