Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0joshuaolson1/lstm-g
/ functions
Functions
13 in github.com/0joshuaolson1/lstm-g
⨍
Functions
13
◇
Types & classes
1
↓ 5 callers
Method
actFunc
(self, s, derivative, bias=0)
LSTM_g.py:9
↓ 4 callers
Method
gain
(self, j, i)
LSTM_g.py:16
↓ 2 callers
Method
clear
(self)
LSTM_g.py:40
↓ 2 callers
Method
learn
(self, targets, learningRate=.1)
LSTM_g.py:318
↓ 2 callers
Method
step
(self, inputs, clearValues)
LSTM_g.py:249
↓ 2 callers
Method
theTerm
(self, j, k)
LSTM_g.py:27
↓ 1 callers
Method
build
(self, specData)
LSTM_g.py:53
↓ 1 callers
Method
toLowLevel
(self, specData)
LSTM_g.py:96
↓ 1 callers
Method
toString
(self, newNetwork, newline=os.linesep)
LSTM_g.py:224
Method
__init__
(self, specString)
LSTM_g.py:206
Method
addConnection
(j, i, g=-1)
LSTM_g.py:100
Method
getError
(self, targets)
LSTM_g.py:307
Method
unitsInBlock
(blockNum)
LSTM_g.py:104