JesseLivezey / oc_ica

Repo for the Learning Overcomplete, Low Coherence Dictionaries with Linear Inference paper

Home Page:http://www.jmlr.org/papers/v20/18-703.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oc_ica

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 git@github.com: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

About

Repo for the Learning Overcomplete, Low Coherence Dictionaries with Linear Inference paper

http://www.jmlr.org/papers/v20/18-703.html


Languages

Language:Jupyter Notebook 73.9%Language:Mathematica 19.6%Language:Python 6.4%Language:Shell 0.0%