norse.torch.functional.tsodyks_makram

norse.torch.functional.tsodyks_makram#

Functions

stp_step(z, s, p[, dt])

Euler integration step for Tsodyks Makram model of STP.

Classes

TsodyksMakramParameters([tau_f_inv, ...])

Parameters of the Tsodyks-Makram Model

TsodyksMakramState(u, x)

State of the Tsodyks-Makram Model, note that we are tracking the input current state separately.