Expand description
Python bindings for packed prediction error and lossless spike prediction codecs.
Functionsยง
- __
pyfunction_ ๐ โpy_ predict_ xor_ ema - __
pyfunction_ ๐ โpy_ predict_ xor_ lfsr - __
pyfunction_ ๐ โpy_ prediction_ error - __
pyfunction_ ๐ โpy_ recover_ xor_ ema - __
pyfunction_ ๐ โpy_ recover_ xor_ lfsr - py_
predict_ ๐xor_ ema - Encode a spike matrix as EMA-prediction XOR errors.
- py_
predict_ ๐xor_ lfsr - Encode a spike matrix as seeded LFSR-prediction XOR errors.
- py_
prediction_ ๐error - Return normalized XOR error between packed prediction and observation streams.
- py_
recover_ ๐xor_ ema - Recover a spike matrix from EMA-prediction XOR errors.
- py_
recover_ ๐xor_ lfsr - Recover a spike matrix from seeded LFSR-prediction XOR errors.
- register ๐
- Register predictive-coding functions with the extension module.