Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LittleChenCc/Meta_LSTM
/ functions
Functions
5 in github.com/LittleChenCc/Meta_LSTM
⨍
Functions
5
◇
Types & classes
1
↓ 1 callers
Method
getMetaResults
calculate the gates results of basic lstm with meta-lstm network
MetaLSTM.py:35
Method
__call__
Long short-term memory cell (LSTM) with meta_lstm_networks
MetaLSTM.py:64
Method
__init__
Initialize the basic LSTM cell. Args: num_units: int, The number of units in the LSTM cell. metalstm_cell: lstm_cell, the cell
MetaLSTM.py:9
Method
output_size
(self)
MetaLSTM.py:32
Method
state_size
(self)
MetaLSTM.py:28