Skip to content

Commit

Permalink
lstm: Add LSTMMechanism + compiled support
Browse files Browse the repository at this point in the history
  • Loading branch information
SamKG committed Jul 21, 2020
1 parent b158300 commit d20fa6f
Show file tree
Hide file tree
Showing 4 changed files with 731 additions and 0 deletions.
1 change: 1 addition & 0 deletions psyneulink/core/globals/keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ def _is_metric(metric):
TRANSFER_MECHANISM = "TransferMechanism"
LEABRA_MECHANISM = "LeabraMechanism"
RECURRENT_TRANSFER_MECHANISM = "RecurrentTransferMechanism"
LSTM_MECHANISM = "LSTMMechanism"
CONTRASTIVE_HEBBIAN_MECHANISM = "ContrastiveHebbianMechanism"
LCA_MECHANISM = "LCAMechanism"
KOHONEN_MECHANISM = 'KohonenMechanism'
Expand Down
Loading

0 comments on commit d20fa6f

Please sign in to comment.