cymr.network.Network.learn#

Network.learn(connect, item, sublayers, L)#

Learn an association between the item and context layers.

Parameters:
  • connect ({'fc', 'cf'}) – Connection matrix to update.

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

  • sublayers (str) – Sublayers of context to update.

  • L (double) – Learning rate.