Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andersbll/deeppy
/ functions
Functions
648 in github.com/andersbll/deeppy
⨍
Functions
648
◇
Types & classes
144
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
Function
absolute
(x)
deeppy/expr/elementwise.py:200
Function
add
(lhs, rhs)
deeppy/expr/elementwise.py:219
Function
allclose
(a, b, rtol=None, atol=None)
deeppy/misc/test.py:12
Function
approx_fprime
Central difference approximation of the gradient of a scalar function.
deeppy/misc/test.py:43
Method
array
(self, shape)
deeppy/filler.py:33
Method
array
(self, shape)
deeppy/filler.py:42
Method
array
(self, shape)
deeppy/filler.py:52
Method
array
(self, shape)
deeppy/filler.py:61
Method
array
(self, shape)
deeppy/filler.py:74
Method
array
(self, shape)
deeppy/filler.py:93
Method
arrays
(self, flat=False, dp_dtypes=False)
deeppy/dataset/cifar10.py:36
Method
arrays
(self, flat=False, dp_dtypes=False)
deeppy/dataset/infimnist.py:53
Method
arrays
(self, flat=False, dp_dtypes=False)
deeppy/dataset/mnist.py:49
Method
attribute_names
(self)
deeppy/dataset/lfw.py:103
Method
attributes
(self)
deeppy/dataset/lfw.py:109
Method
batches
(self)
deeppy/feed.py:67
Method
batches
(self)
deeppy/siamese/feed.py:36
Method
bin2numpy
(filepath)
deeppy/dataset/stl10.py:63
Function
bprop
()
examples/profile_net.py:35
Method
bprop
(self)
deeppy/expr/linalg.py:20
Method
bprop
(self)
deeppy/expr/base.py:97
Method
bprop
(self)
deeppy/expr/base.py:208
Method
bprop
(self)
deeppy/expr/base.py:250
Method
bprop
(self)
deeppy/expr/reduce.py:28
Method
bprop
(self)
deeppy/expr/reduce.py:38
Method
bprop
(self)
deeppy/expr/util.py:50
Method
bprop
(self)
deeppy/expr/array.py:16
Method
bprop
(self)
deeppy/expr/array.py:42
Method
bprop
(self)
deeppy/expr/array.py:75
Method
bprop
(self)
deeppy/expr/array.py:100
Method
bprop
(self)
deeppy/expr/array.py:128
Method
bprop
(self)
deeppy/expr/array.py:153
Method
bprop
(self)
deeppy/expr/array.py:183
Method
bprop
(self)
deeppy/expr/elementwise.py:11
Method
bprop
(self)
deeppy/expr/elementwise.py:27
Method
bprop
(self)
deeppy/expr/elementwise.py:40
Method
bprop
(self)
deeppy/expr/elementwise.py:48
Method
bprop
(self)
deeppy/expr/elementwise.py:57
Method
bprop
(self)
deeppy/expr/elementwise.py:66
Method
bprop
(self)
deeppy/expr/elementwise.py:84
Method
bprop
(self)
deeppy/expr/elementwise.py:104
Method
bprop
(self)
deeppy/expr/elementwise.py:124
Method
bprop
(self)
deeppy/expr/elementwise.py:142
Method
bprop
(self)
deeppy/expr/elementwise.py:160
Method
bprop
(self)
deeppy/expr/elementwise.py:181
Method
bprop
(self)
deeppy/expr/nnet/loss.py:35
Method
bprop
(self)
deeppy/expr/nnet/loss.py:59
Method
bprop
(self)
deeppy/expr/nnet/loss.py:72
Method
bprop
(self)
deeppy/expr/nnet/loss.py:98
Method
bprop
(self)
deeppy/expr/nnet/dropout.py:33
← previous
next →
301–400 of 648, ranked by callers