SPORCO
SPORCO是一个卷积稀疏编码软件包,详细介绍和文档请看这里
安装起来也是相当简单
apt-get install libfftw3-dev
apt-get install python3-tk
pip3 install sporco
安装完可以测试一下
cd /usr/local/share/doc/sporco-0.1.4/examples
python3 demo_elnet.py
SPAMS
SPAMS是解决众多稀疏模型的优化软件包,详细介绍请看这里
安装也是超级简单,先下载源码包,然后执行下列安装
tar zxvf spams-python3-v2