Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lisa-lab/DeepLearningTutorials
/ numpy_floatX
Function
numpy_floatX
code/lstm.py:26–27 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
24
numpy.random.seed(SEED)
25
26
def
numpy_floatX(data):
27
return
numpy.asarray(data, dtype=config.floatX)
28
29
30
def
get_minibatches_idx(n, minibatch_size, shuffle=False):
Callers
6
lstm_layer
Function · 0.85
adadelta
Function · 0.85
rmsprop
Function · 0.85
build_model
Function · 0.85
pred_error
Function · 0.85
train_lstm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected