cymr.network.Network.present#

Network.present(item, sublayers, B, Lfc=0, Lcf=0)#

Present an item and learn context-item associations.

Parameters:
  • item (tuple of str, str, int) – Sublayer, segment, and unit of the item to present.

  • sublayers (str or list of str) – Sublayer(s) of context to update.

  • B (float or numpy.ndarray) – Integration scaling factors; higher values update context to more strongly reflect the input.

  • Lfc (float or numpy.ndarray, optional) – Learning rates for item to context associations.

  • Lcf (float or numpy.ndarray, optional) – Learning rates for context to item associations.