Repo for the Learning Overcomplete, Low Coherence Dictionaries with Linear Inference paper.
http://www.jmlr.org/papers/v20/18-703.html
This repository has only been used in Python 2.7. To install, you can clone the repository and cd
into the oc_ica
folder.
# use ssh
$ git clone [email protected]:JesseLivezey/oc_ica.git
# or use https
$ git clone https://github.com/JesseLivezey/oc_ica.git
$ cd oc_ica
If you are installing into an active conda environment, you can run
$ conda env update --file environment.yml
$ pip install -e .
If you are installing with pip
you can run
$ pip install -e . -r requirements.txt