Aaron Russell Voelker

Results 118 issues of Aaron Russell Voelker

Tied to https://github.com/nengo/nengo/pull/1095. Comparison change was necessary because Nengo might compare two synapses of different analog/digital types when doing its frozen object stuff.

graveyard

Should figure out the best way to consolidate this with the `RollingWindow` use-case. This is most useful as an _idea_ for the time-being: many nonlinear functions can be computed very...

graveyard

Needs unit test. For whatever reason switching my BLAS had the side-effect of introducing rounding errors into the observability Gramiam which makes the Cholesky decomposition raise `LinAlgError: *-th leading minor...

bug
work in progress

After the next successful release ~~(see #131)~~ make sure to add the details of the release flow (since I keep forgetting), including: - changing of version information both before and...

meta

One, it should be consistent. Two, it shouldn't explode for higher q.

enhancement

Can include some pretty pictures for high `q`. Blocked on #168 and #169.

example
documentation

Currently it's a hidden method inside the rolling window network, and it's non-vectorized.

enhancement

The error function is non-uniform across the window. Can be generated via the following extension (used in the [NECO paper, Figure 4](http://compneuro.uwaterloo.ca/files/publications/voelker.2018.pdf) via [this code](https://github.com/arvoelke/delay2017/blob/master/dodo.py#L457)): ```python theta_times_freq = 1.0 r...

enhancement

Should pull this into the master branch after some renaming / reformatting, and moving the notebook magic to some jupyter utility file.

documentation