MCPcopy Create free account

hub / github.com/benanne/kaggle-galaxies / functions

Functions336 in github.com/benanne/kaggle-galaxies

Methodoutput
(self, *args, **kwargs)
layers.py:337
Methodoutput
(self, *args, **kwargs)
layers.py:357
Methodoutput
(self, input=None, dropout_active=True, *args, **kwargs)
layers.py:397
Methodoutput
(self, input=None, *args, **kwargs)
layers.py:537
Methodoutput
(self, input=None, dropout_active=True, *args, **kwargs)
layers.py:654
Methodoutput
(self, input=None, dropout_active=True, *args, **kwargs)
layers.py:706
Methodoutput
(self, input=None, dropout_active=True, *args, **kwargs)
layers.py:750
Methodoutput
(self, input=None, dropout_active=True, *args, **kwargs)
layers.py:796
Methodoutput
(self, *args, **kwargs)
layers.py:894
Methodoutput
(self, *args, **kwargs)
layers.py:912
Methodoutput
Code is based on https://github.com/lisa-lab/pylearn2/blob/master/pylearn2/expr/normalize.py
layers.py:938
Methodoutput
(self, input=None, dropout_active=True, *args, **kwargs)
layers.py:1012
Methodoutput
(self, *args, **kwargs)
layers.py:1187
Methodoutput
(self, *args, **kwargs)
layers.py:1214
Methodoutput
(self, *args, **kwargs)
layers.py:1254
Methodoutput
(self, *args, **kwargs)
layers.py:1294
Methodoutput
(self, *args, **kwargs)
layers.py:1364
Methodoutput
(self, *args, **kwargs)
layers.py:1423
Functionpost_augment_brightness_gen
(data_gen, std=0.5)
realtime_augmentation.py:383
Functionpost_augment_gaussian_noise_gen
Adds gaussian noise. Note that this is not entirely correct, the correct way would be to do it before downsampling, so the regular image and
realtime_augmentation.py:397
Functionpost_augment_gaussian_noise_gen_separate
Adds gaussian noise. Note that this is not entirely correct, the correct way would be to do it before downsampling, so the regular image and
realtime_augmentation.py:414
Functionpost_augment_gen
(data_gen, post_augmentation_params)
realtime_augmentation.py:370
Functionpost_augmented_data_gen
(path_patterns)
load_data.py:465
Functionprocess
(k)
extract_pysex_params_gen2.py:97
Functionprocess
(k)
extract_pysex_params_extra.py:97
Functionrealtime_augmented_data_gen
new version, using Pool.imap instead of Pool.map, to avoid the data structure conversion from lists to numpy arrays afterwards.
realtime_augmentation.py:225
Functionrealtime_fixed_augmented_data_gen
by default, only the identity transform is in the augmentation list, so no augmentation occurs (only ds_transforms are applied).
realtime_augmentation.py:315
Functionrectify
(x)
layers.py:21
Methodrescaling_updates
(self, c)
layers.py:686
Methodrescaling_updates
(self, c)
layers.py:1161
Functionreset_all_params
(layer)
layers.py:100
Functionsave_gz
(path, arr)
load_data.py:435
Functionset_param_values
(layer, param_values)
layers.py:94
Functionshuffle_pool_unshuffle
The Krizhevskhy max pooling layer only supports square input. This function provides a workaround that uses Theano's own max pooling op, flan
cc_layers.py:336
Functionsparse_initialisation
sparsity: fraction of the weights to each output unit that should be nonzero
layers.py:1303
Functionthreaded_gen
Generator that runs a slow source generator in a separate thread. buffer_size: the maximal number of items to pre-generate (length of the buf
load_data.py:137
← previous301–336 of 336, ranked by callers