An experiment at learning multiple aspects of a signal in parallel.

Development workflow

First of all get the dependencies:

make deps

To develop this project, you want to edit the notebooks under nbs/. So fire up Jupyter with:

make dev

Once you're happy with the changes, just build the project with:

make build

To run the tests (any cell marked with # test will be considered a runnable test):

make test

To build the docs:

make docs