Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OlavHN/bnlstm
/ functions
Functions
15 in github.com/OlavHN/bnlstm
⨍
Functions
15
◇
Types & classes
2
↓ 4 callers
Function
orthogonal
(shape)
lstm.py:90
↓ 3 callers
Function
batch_norm
Assume 2d [batch, values] tensor
lstm.py:116
↓ 3 callers
Function
orthogonal_initializer
()
lstm.py:111
↓ 2 callers
Function
bn_lstm_identity_initializer
(scale)
lstm.py:97
Method
__call__
(self, x, state, scope=None)
lstm.py:19
Method
__call__
(self, x, state, scope=None)
lstm.py:60
Method
__init__
(self, num_units)
lstm.py:8
Method
__init__
(self, num_units, training)
lstm.py:48
Function
_initializer
Ugly cause LSTM params calculated in one matrix multiply
lstm.py:98
Function
batch_statistics
()
lstm.py:132
Method
output_size
(self)
lstm.py:16
Method
output_size
(self)
lstm.py:57
Function
population_statistics
()
lstm.py:136
Method
state_size
(self)
lstm.py:12
Method
state_size
(self)
lstm.py:53