MCPcopy Create free account

hub / github.com/andersbll/deeppy / functions

Functions648 in github.com/andersbll/deeppy

Method__init__
(self)
deeppy/feedforward/convnet_layers.py:162
Method__init__
(self, layers, loss)
deeppy/feedforward/neural_network.py:8
Method__init__
(self, dropout=0.5)
deeppy/feedforward/dropout_layers.py:7
Method__init__
(self, alignment='original')
deeppy/dataset/lfw.py:78
Method__init__
(self)
deeppy/dataset/celeba.py:38
Method__init__
(self, scene='liberty')
deeppy/dataset/mvsc.py:37
Method__init__
(self)
deeppy/dataset/cifar10.py:26
Method__init__
(self)
deeppy/dataset/infimnist.py:31
Method__init__
(self)
deeppy/dataset/stl10.py:25
Method__init__
(self)
deeppy/dataset/mnist.py:38
Method__init__
(self, n_out, weights, bias=0.0, bias_prime=0.0, corruption=0.25, activation='sigmoid', loss=
deeppy/autoencoder/autoencoder.py:116
Method__init__
(self, ae, prev_layers)
deeppy/autoencoder/stacked_autoencoder.py:8
Method__init__
(self, layers, loss='bce')
deeppy/autoencoder/stacked_autoencoder.py:50
Method__init__
(self, n_hidden)
deeppy/model/variational_autoencoder.py:10
Method__init__
(self, encoder, decoder, n_hidden, reconstruct_error=None)
deeppy/model/variational_autoencoder.py:64
Method__init__
(self, generator, discriminator, n_hidden)
deeppy/model/adversarial.py:18
Method__init__
(self, expression, loss)
deeppy/model/feedforward.py:11
Method__init__
(self, margin=1.0)
deeppy/siamese/loss.py:6
Method__init__
(self, siamese_layers, loss)
deeppy/siamese/siamese_network.py:8
Method__init__
(self, x1, x2, y, batch_size=None, epoch_size=None)
deeppy/siamese/feed.py:29
Method__init__
(self, array)
deeppy/misc/test.py:62
Method__init__
(self, learn_rate=0.01, momentum=0.9)
deeppy/train/learn_rules.py:16
Method__init__
(self, learn_rate=0.001, decay=0.9, eps=1e-8)
deeppy/train/learn_rules.py:33
Method__init__
(self, learn_rate=0.001, beta1=0.9, beta2=0.999, eps=1e-8)
deeppy/train/learn_rules.py:58
Method__init__
(self, val_start)
deeppy/train/annealers.py:18
Method__init__
(self, val_start, decay=0.1)
deeppy/train/annealers.py:26
Method__init__
(self, val_start, val_stop, t_max, gamma=1.0)
deeppy/train/annealers.py:35
Method__init__
(self, model, feed, learn_rule)
deeppy/train/gradient_descent.py:12
Method__init__
(self, mean=0.0, std=1.0)
deeppy/preprocess/scalers.py:5
Method__init__
(self, low=0.0, high=1.0)
deeppy/preprocess/scalers.py:37
Method__init__
(self)
doc/sphinx_ext/gen_rst.py:364
Method__ipow__
(self, other)
deeppy/expr/base.py:85
Method__isub__
(self, other)
deeppy/expr/base.py:49
Method__itruediv__
(self, other)
deeppy/expr/base.py:76
Method__len__
(self)
deeppy/expr/graph/digraph.py:85
Method__neg__
(self)
deeppy/expr/base.py:88
Method__radd__
(self, other)
deeppy/expr/base.py:37
Method__rdiv__
(self, other)
deeppy/expr/base.py:64
Method__rmul__
(self, other)
deeppy/expr/base.py:55
Method__rpow__
(self, other)
deeppy/expr/base.py:82
Method__rsub__
(self, other)
deeppy/expr/base.py:46
Method__rtruediv__
(self, other)
deeppy/expr/base.py:73
Method__setstate__
(self, state)
deeppy/parameter.py:113
Method_embed_batch
(self, x)
deeppy/autoencoder/stacked_autoencoder.py:37
Method_embed_expr
(self, x)
deeppy/model/variational_autoencoder.py:73
Method_output_shape
(self, x_shape)
deeppy/autoencoder/stacked_autoencoder.py:91
Method_predict_expr
(self, x)
deeppy/model/feedforward.py:64
Method_reconstruct_batch
(self, x)
deeppy/autoencoder/stacked_autoencoder.py:28
Method_reconstruct_expr
(self, z)
deeppy/model/variational_autoencoder.py:78
Method_setup_nodes
(self, nodes)
deeppy/expr/graph/util.py:61
Functionabsolute
(x)
deeppy/expr/elementwise.py:200
Functionadd
(lhs, rhs)
deeppy/expr/elementwise.py:219
Functionallclose
(a, b, rtol=None, atol=None)
deeppy/misc/test.py:12
Functionapprox_fprime
Central difference approximation of the gradient of a scalar function.
deeppy/misc/test.py:43
Methodarray
(self, shape)
deeppy/filler.py:33
Methodarray
(self, shape)
deeppy/filler.py:42
Methodarray
(self, shape)
deeppy/filler.py:52
Methodarray
(self, shape)
deeppy/filler.py:61
Methodarray
(self, shape)
deeppy/filler.py:74
Methodarray
(self, shape)
deeppy/filler.py:93
Methodarrays
(self, flat=False, dp_dtypes=False)
deeppy/dataset/cifar10.py:36
Methodarrays
(self, flat=False, dp_dtypes=False)
deeppy/dataset/infimnist.py:53
Methodarrays
(self, flat=False, dp_dtypes=False)
deeppy/dataset/mnist.py:49
Methodattribute_names
(self)
deeppy/dataset/lfw.py:103
Methodattributes
(self)
deeppy/dataset/lfw.py:109
Methodbatches
(self)
deeppy/feed.py:67
Methodbatches
(self)
deeppy/siamese/feed.py:36
Methodbin2numpy
(filepath)
deeppy/dataset/stl10.py:63
Functionbprop
()
examples/profile_net.py:35
Methodbprop
(self)
deeppy/expr/linalg.py:20
Methodbprop
(self)
deeppy/expr/base.py:97
Methodbprop
(self)
deeppy/expr/base.py:208
Methodbprop
(self)
deeppy/expr/base.py:250
Methodbprop
(self)
deeppy/expr/reduce.py:28
Methodbprop
(self)
deeppy/expr/reduce.py:38
Methodbprop
(self)
deeppy/expr/util.py:50
Methodbprop
(self)
deeppy/expr/array.py:16
Methodbprop
(self)
deeppy/expr/array.py:42
Methodbprop
(self)
deeppy/expr/array.py:75
Methodbprop
(self)
deeppy/expr/array.py:100
Methodbprop
(self)
deeppy/expr/array.py:128
Methodbprop
(self)
deeppy/expr/array.py:153
Methodbprop
(self)
deeppy/expr/array.py:183
Methodbprop
(self)
deeppy/expr/elementwise.py:11
Methodbprop
(self)
deeppy/expr/elementwise.py:27
Methodbprop
(self)
deeppy/expr/elementwise.py:40
Methodbprop
(self)
deeppy/expr/elementwise.py:48
Methodbprop
(self)
deeppy/expr/elementwise.py:57
Methodbprop
(self)
deeppy/expr/elementwise.py:66
Methodbprop
(self)
deeppy/expr/elementwise.py:84
Methodbprop
(self)
deeppy/expr/elementwise.py:104
Methodbprop
(self)
deeppy/expr/elementwise.py:124
Methodbprop
(self)
deeppy/expr/elementwise.py:142
Methodbprop
(self)
deeppy/expr/elementwise.py:160
Methodbprop
(self)
deeppy/expr/elementwise.py:181
Methodbprop
(self)
deeppy/expr/nnet/loss.py:35
Methodbprop
(self)
deeppy/expr/nnet/loss.py:59
Methodbprop
(self)
deeppy/expr/nnet/loss.py:72
Methodbprop
(self)
deeppy/expr/nnet/loss.py:98
Methodbprop
(self)
deeppy/expr/nnet/dropout.py:33
← previousnext →301–400 of 648, ranked by callers