MCPcopy 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

24numpy.random.seed(SEED)
25
26def numpy_floatX(data):
27 return numpy.asarray(data, dtype=config.floatX)
28
29
30def get_minibatches_idx(n, minibatch_size, shuffle=False):

Callers 6

lstm_layerFunction · 0.85
adadeltaFunction · 0.85
rmspropFunction · 0.85
build_modelFunction · 0.85
pred_errorFunction · 0.85
train_lstmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected