Skip to main content

Module predictive_coding_binding

Module predictive_coding_binding 

Source
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.