MCPcopy Create free account

hub / github.com/benanne/kaggle-galaxies / types & classes

Types & classes53 in github.com/benanne/kaggle-galaxies

↓ 1 callersClassConsiderConstant
consider_constant.py:7
↓ 1 callersClassShuffleBC01ToC01BLayer
This layer dimshuffles 4D input for interoperability between C01B and BC01 ops. BC01 (theano) -> C01B (cuda convnet)
cc_layers.py:232
↓ 1 callersClassShuffleC01BToBC01Layer
This layer dimshuffles 4D input for interoperability between C01B and BC01 ops. C01B (cuda convnet) -> BC01 (theano)
cc_layers.py:212
ClassCallableObj
UGLY HACK: pool.imap does not allow for extra arguments to be passed to the called function. This is a problem because we want to pass i
realtime_augmentation.py:768
ClassClippedGalaxyOutputLayer
This layer expects the layer before to have 37 linear outputs. These are grouped per question, clipped, but NOT normalised, because it seems
custom.py:434
ClassConcatenateLayer
layers.py:901
ClassConstantWeightedDivGalaxyOutputLayer
divisive normalisation, weights are considered constant when differentiating, optimised for performance.
custom.py:687
ClassConv2DLayer
layers.py:609
ClassConvLayer
layers.py:422
ClassCudaConvnetCircularConv2DLayer
cc_layers.py:254
ClassCudaConvnetConv2DLayer
cc_layers.py:28
ClassCudaConvnetCrossMapNormLayer
cc_layers.py:187
ClassCudaConvnetInput2DLayer
Like Input2DLayer, but the data is expected to be in c01b order instead of bc01.
cc_layers.py:19
ClassCudaConvnetPooling2DLayer
cc_layers.py:104
ClassCudaConvnetStochasticPooling2DLayer
cc_layers.py:139
ClassDenseLayer
layers.py:370
ClassDivisiveGalaxyOutputLayer
This layer expects the layer before to have 37 linear outputs. These are grouped per question, clipped, and then normalised by dividing by the su
custom.py:234
ClassFeatureMaxPoolingLayer
Max pooling across feature maps. This can be used to implement maxout. This is similar to the FilterPoolingLayer, but this version uses a dif
layers.py:1382
ClassFeatureMaxPoolingLayer_old
OLD implementation using T.maximum iteratively. This turns out to be very slow. Max pooling across feature maps. This can be used to impleme
layers.py:1320
ClassFilterPoolingLayer
pools filter outputs from the previous layer. If the pooling function is 'max', the result is maxout. supported pooling function: - '
layers.py:774
ClassFlatInputLayer
layers.py:262
ClassFlattenLayer
layers.py:882
ClassGalaxyOutputLayer
This layer expects the layer before to have 37 linear outputs. These are grouped per question and then passed through a softmax each, to enco
custom.py:31
ClassGlobalPooling2DLayer
Global pooling across the entire feature map, useful in NINs.
layers.py:343
ClassInput2DLayer
layers.py:278
ClassInputLayer
layers.py:245
ClassLoadAndProcess
UGLY HACK: pool.imap does not allow for extra arguments to be passed to the called function. This is a problem because we want to pass i
realtime_augmentation.py:197
ClassLoadAndProcessBrightnessNorm
realtime_augmentation.py:729
ClassLoadAndProcessFixed
Same ugly hack as before
realtime_augmentation.py:299
ClassLoadAndProcessFixedBrightnessNorm
Same ugly hack as before
realtime_augmentation.py:751
ClassLoadAndProcessFixedPysexCentering
Same ugly hack as before
realtime_augmentation.py:645
ClassLoadAndProcessFixedPysexCenteringRescaling
Same ugly hack as before
realtime_augmentation.py:673
ClassLoadAndProcessFixedPysexGen1CenteringRescaling
Same ugly hack as before
realtime_augmentation.py:701
ClassLoadAndProcessPysexCentering
realtime_augmentation.py:557
ClassLoadAndProcessPysexCenteringRescaling
realtime_augmentation.py:581
ClassLoadAndProcessPysexGen1CenteringRescaling
realtime_augmentation.py:605
ClassMaxoutLayer
layers.py:692
ClassMultiRotMergeLayer
This layer merges featuremaps that were separated by the MultiRotSliceLayer and flattens them in one go.
layers.py:1275
ClassMultiRotSliceLayer
This layer cuts 4 square-shaped parts of out of the input, rotates them 0, 90, 180 and 270 degrees respectively so they all have the same ori
layers.py:1223
ClassNIN2DLayer
layers.py:723
ClassOptimisedDivGalaxyOutputLayer
divisive normalisation, optimised for performance.
custom.py:576
ClassOutputLayer
layers.py:823
ClassPooling2DLayer
layers.py:318
ClassPoolingLayer
layers.py:295
ClassResponseNormalisationLayer
layers.py:918
ClassRot90MergeLayer
This layer merges featuremaps that were separated by the Rot90SliceLayer and flattens them in one go.
layers.py:1199
ClassRot90SliceLayer
This layer cuts 4 square-shaped parts of out of the input, rotates them 0, 90, 180 and 270 degrees respectively so they all have the same ori
layers.py:1167
ClassSoftplusDivGalaxyOutputLayer
divisive normalisation with softplus function, optimised for performance.
custom.py:801
ClassSquaredGalaxyOutputLayer
This layer expects the layer before to have 37 linear outputs. These are grouped per question, rectified, squared and then normalised by dividing
custom.py:333
ClassStochasticPoolingC01BLayer
Stochastic pooling implemented in Theano using reshapes, since the Pylearn2 class for it is way too slow. This only works for c01b, i.e.
cc_layers.py:351
ClassStridedConv2DLayer
layers.py:961
ClassStridedConvLayer
layers.py:496
ClassThresholdedGalaxyOutputLayer
This layer expects the layer before to have 37 linear outputs. These are grouped per question and then passed through a softmax each, to enco
custom.py:145