MCPcopy Create free account

hub / github.com/andersbll/deeppy / functions

Functions648 in github.com/andersbll/deeppy

Functionsigmoid
(x)
deeppy/expr/nnet/activation.py:74
Functionsoftmax
(x)
deeppy/expr/nnet/activation.py:78
Functionsoftplus
(x)
deeppy/expr/nnet/activation.py:82
Methodstep
(self, param, state)
deeppy/train/learn_rules.py:11
Methodstep
(self, param, last_step)
deeppy/train/learn_rules.py:24
Methodstep
(self, param, mean_square)
deeppy/train/learn_rules.py:42
Functionsubtract
(lhs, rhs)
deeppy/expr/elementwise.py:223
Functionsum
(x, axis=None, keepdims=False)
deeppy/expr/reduce.py:47
Functiontanh
(x)
deeppy/expr/elementwise.py:247
Functiontest_activation
()
test/unit/feedforward/test_activation_layers.py:13
Functiontest_activations
()
test/unit/expr/nnet/test_activation.py:12
Functiontest_binary
()
test/unit/expr/test_elementwise.py:32
Functiontest_binarycrossentropy
()
test/unit/test_loss.py:44
Functiontest_broadcast
()
test/unit/expr/test_elementwise.py:90
Functiontest_classification
()
test/integration/test_mlp.py:6
Functiontest_convolution
()
test/unit/feedforward/test_convnet_layers.py:28
Functiontest_expressions
()
test/unit/expr/test_elementwise.py:58
Functiontest_fully_connected
()
test/unit/feedforward/test_layers.py:120
Functiontest_meansquarederror
()
test/unit/test_loss.py:58
Functiontest_pool
()
test/unit/feedforward/test_convnet_layers.py:62
Functiontest_softmaxcrossentropy
()
test/unit/test_loss.py:30
Functiontest_unary
()
test/unit/expr/test_elementwise.py:12
Functionto_b01c
(imgs_bc01)
deeppy/misc/image.py:83
Functionto_bc01
(imgs_b01c)
deeppy/misc/image.py:77
Functiontopsort
(graph, nodes=None)
deeppy/expr/graph/digraph.py:89
Functiontranspose
(x)
deeppy/expr/array.py:188
Functionuniform
(low=0, high=1.0, size=None)
deeppy/expr/random.py:37
Methodupdate
(self, x, y)
deeppy/feedforward/neural_network.py:27
Methodupdate
(self, x)
deeppy/autoencoder/autoencoder.py:71
Methodupdate
(self, x)
deeppy/autoencoder/autoencoder.py:128
Methodupdate
(self, x)
deeppy/autoencoder/stacked_autoencoder.py:23
Methodupdate
(self, x)
deeppy/model/variational_autoencoder.py:94
Methodupdate
(self, x, y)
deeppy/model/feedforward.py:30
Methodupdate
(self, x1, x2, y)
deeppy/siamese/siamese_network.py:39
Methodvalue
(self, t)
deeppy/train/annealers.py:21
Methodvalue
(self, t)
deeppy/train/annealers.py:30
Methodvalue
(self, t)
deeppy/train/annealers.py:41
Methodvisit_Attribute
(self, node)
doc/sphinx_ext/gen_rst.py:380
Methodvisit_ImportFrom
(self, node)
doc/sphinx_ext/gen_rst.py:374
Methodvisit_Name
(self, node)
doc/sphinx_ext/gen_rst.py:377
Methodx_shape
(self)
deeppy/feed.py:52
Methody_shape
(self, x_shape)
deeppy/loss.py:68
Methody_shape
Calculate shape of this layer's output. x_shape[0] is the number of samples in the input. x_shape[1:] is the shape of the feature.
deeppy/feedforward/layers.py:21
Methody_shape
(self, x_shape)
deeppy/feedforward/activation_layers.py:36
Methody_shape
(self, x_shape)
deeppy/feedforward/convnet_layers.py:97
Methody_shape
(self, x_shape)
deeppy/feedforward/convnet_layers.py:157
Methody_shape
(self, x_shape)
deeppy/feedforward/dropout_layers.py:28
Methody_shape
(self)
deeppy/siamese/feed.py:55
← previous601–648 of 648, ranked by callers