MCPcopy Create free account

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

Functions336 in github.com/benanne/kaggle-galaxies

↓ 1 callersFunctionpost_augment_chunk
perform fast augmentation that can be applied directly to the chunks in realtime.
load_data.py:477
↓ 1 callersFunctionpost_augment_chunks
post augmentation MODIFIES THE CHUNKS IN CHUNK_LIST IN PLACE to save memory where possible! post_augmentation_params: - gamma_range:
realtime_augmentation.py:349
↓ 1 callersMethodpredictions
(self, *args, **kwargs)
custom.py:135
↓ 1 callersMethodpredictions
(self, *args, **kwargs)
custom.py:221
↓ 1 callersMethodpredictions
(self, *args, **kwargs)
custom.py:325
↓ 1 callersMethodpredictions
(self, *args, **kwargs)
custom.py:425
↓ 1 callersMethodpredictions
(self, *args, **kwargs)
custom.py:566
↓ 1 callersMethodpredictions
(self, normalisation=True, *args, **kwargs)
custom.py:662
↓ 1 callersMethodpredictions
(self, normalisation=True, *args, **kwargs)
custom.py:773
↓ 1 callersMethodpredictions
(self, normalisation=True, *args, **kwargs)
custom.py:888
↓ 1 callersMethodpredictions_no_normalisation
Predict without normalisation. This can be used for the first few chunks to find good parameters.
custom.py:665
↓ 1 callersMethodpredictions_no_normalisation
Predict without normalisation. This can be used for the first few chunks to find good parameters.
custom.py:776
↓ 1 callersMethodpredictions_no_normalisation
Predict without normalisation. This can be used for the first few chunks to find good parameters.
custom.py:891
↓ 1 callersMethodrescaled_weights
(self, c)
layers.py:410
↓ 1 callersMethodrescaled_weights
(self, c)
layers.py:679
↓ 1 callersMethodrescaled_weights
(self, c)
layers.py:1153
↓ 1 callersMethodreset_params
(self)
cc_layers.py:66
↓ 1 callersMethodreset_params
(self)
cc_layers.py:291
↓ 1 callersMethodreset_params
(self)
layers.py:390
↓ 1 callersMethodreset_params
(self)
layers.py:528
↓ 1 callersMethodreset_params
(self)
layers.py:634
↓ 1 callersMethodreset_params
(self)
layers.py:743
↓ 1 callersMethodreset_params
(self)
layers.py:1002
↓ 1 callersFunctionselect_indices
(num, num_selected)
realtime_augmentation.py:40
↓ 1 callersMethodtargets
(self, *args, **kwargs)
custom.py:48
↓ 1 callersMethodtargets
(self, *args, **kwargs)
custom.py:471
↓ 1 callersFunctiontc_exp
A version of the exponential that returns 0 below a certain threshold.
custom.py:17
↓ 1 callersMethodweighted_answer_probabilities
(self, weight_with_targets=False, *args, **kwargs)
custom.py:83
↓ 1 callersMethodweighted_answer_probabilities
(self, *args, **kwargs)
custom.py:183
↓ 1 callersMethodweighted_answer_probabilities
(self, *args, **kwargs)
custom.py:287
↓ 1 callersMethodweighted_answer_probabilities
(self, *args, **kwargs)
custom.py:387
↓ 1 callersMethodweighted_answer_probabilities
(self, weight_with_targets=False, *args, **kwargs)
custom.py:486
↓ 1 callersMethodweighted_answer_probabilities
(self, *args, **kwargs)
custom.py:653
↓ 1 callersMethodweighted_answer_probabilities
(self, *args, **kwargs)
custom.py:764
↓ 1 callersMethodweighted_answer_probabilities
(self, *args, **kwargs)
custom.py:879
Method__call__
(self, img_index)
realtime_augmentation.py:213
Method__call__
(self, img_index)
realtime_augmentation.py:309
Method__call__
(self, img_index)
realtime_augmentation.py:563
Method__call__
(self, img_index)
realtime_augmentation.py:587
Method__call__
(self, img_index)
realtime_augmentation.py:611
Method__call__
(self, img_index)
realtime_augmentation.py:655
Method__call__
(self, img_index)
realtime_augmentation.py:683
Method__call__
(self, img_index)
realtime_augmentation.py:711
Method__call__
(self, img_index)
realtime_augmentation.py:735
Method__call__
(self, img_index)
realtime_augmentation.py:761
Method__call__
(self, index)
realtime_augmentation.py:784
Method__init__
Only the valid border mode is supported. n_filters should be a multiple of 16
cc_layers.py:29
Method__init__
pool_size is an INTEGER, not a tuple. We can only do square pooling windows. if the stride is none, it is taken to be the sa
cc_layers.py:105
Method__init__
This implements stochastic pooling as in Zeiler et al. 2013 to replace max pooling. Pooling is stochastic by default. When dropout_ac
cc_layers.py:140
Method__init__
(self, input_layer, alpha=1e-4, beta=0.75, size_f=5, blocked=True)
cc_layers.py:188
Method__init__
(self, input_layer)
cc_layers.py:217
Method__init__
(self, input_layer)
cc_layers.py:237
Method__init__
This is a convolution which is circular in the 0-direction, and valid in the 1-direction. n_filters should be a multiple of 16
cc_layers.py:255
Method__init__
pool_size: the number of inputs to be pooled together.
cc_layers.py:362
Method__init__
(self, mb_size, n_features, length)
layers.py:246
Method__init__
(self, mb_size, n_features)
layers.py:263
Method__init__
(self, mb_size, n_features, width, height)
layers.py:279
Method__init__
(self, input_layer, ds_factor, ignore_border=False)
layers.py:296
Method__init__
(self, input_layer, pool_size, ignore_border=False)
layers.py:319
Method__init__
(self, input_layer, pooling_function='mean')
layers.py:347
Method__init__
(self, input_layer, n_outputs, weights_std, init_bias_value, nonlinearity=rectify, dropout=0.)
layers.py:371
Method__init__
(self, input_layer, n_filters, filter_length, weights_std, init_bias_value, nonlinearity=rectify, flip_conv_di
layers.py:423
Method__init__
(self, input_layer, n_filters, filter_length, stride, weights_std, init_bias_value, nonlinearity=rectify, drop
layers.py:497
Method__init__
(self, input_layer, n_filters, filter_width, filter_height, weights_std, init_bias_value, nonlinearity=rectify
layers.py:610
Method__init__
(self, input_layer, n_filters_per_unit, dropout=0.)
layers.py:693
Method__init__
(self, input_layer, n_outputs, weights_std, init_bias_value, nonlinearity=rectify, dropout=0., dropout_tied=Fa
layers.py:724
Method__init__
(self, input_layer, n_filters_per_unit, dropout=0., pooling_function='max')
layers.py:782
Method__init__
(self, input_layer, error_measure='mse')
layers.py:824
Method__init__
(self, input_layer)
layers.py:883
Method__init__
(self, input_layers)
layers.py:902
Method__init__
n: window size k: bias alpha: scaling beta: power
layers.py:919
Method__init__
implementation can be: - convolution: use conv2d with the subsample parameter - unstrided: use conv2d + reshaping so
layers.py:962
Method__init__
(self, input_layer, part_size)
layers.py:1176
Method__init__
(self, input_layer)
layers.py:1203
Method__init__
(self, input_layers, part_size, include_flip=False)
layers.py:1237
Method__init__
num_views is the number of different input representations that were merged.
layers.py:1279
Method__init__
pool_size: the number of inputs to be pooled together. stride: the stride between pools, if not set it defaults to pool_size
layers.py:1336
Method__init__
pool_size: the number of inputs to be pooled together. feature_dim: the dimension of the input to pool across. By default this is 1
layers.py:1391
Method__init__
(self, input_layer)
custom.py:38
Method__init__
(self, input_layer, threshold)
custom.py:154
Method__init__
(self, input_layer)
custom.py:241
Method__init__
(self, input_layer)
custom.py:340
Method__init__
(self, input_layer)
custom.py:441
Method__init__
(self, input_layer)
custom.py:580
Method__init__
(self, input_layer)
custom.py:691
Method__init__
(self, input_layer, scale=10.0)
custom.py:805
Method__init__
(self, ds_transforms, augmentation_params, target_sizes=None)
realtime_augmentation.py:208
Method__init__
(self, subset, ds_transforms, augmentation_transforms, target_sizes=None)
realtime_augmentation.py:303
Method__init__
(self, ds_transforms, augmentation_params, target_sizes=None)
realtime_augmentation.py:558
Method__init__
(self, ds_transforms, augmentation_params, target_sizes=None)
realtime_augmentation.py:582
Method__init__
(self, ds_transforms, augmentation_params, target_sizes=None)
realtime_augmentation.py:606
Method__init__
(self, subset, ds_transforms, augmentation_transforms, target_sizes=None)
realtime_augmentation.py:649
Method__init__
(self, subset, ds_transforms, augmentation_transforms, target_sizes=None)
realtime_augmentation.py:677
Method__init__
(self, subset, ds_transforms, augmentation_transforms, target_sizes=None)
realtime_augmentation.py:705
Method__init__
(self, ds_transforms, augmentation_params, target_sizes=None)
realtime_augmentation.py:730
Method__init__
(self, subset, ds_transforms, augmentation_transforms, target_sizes=None)
realtime_augmentation.py:755
Method__init__
(self, func, *args, **kwargs)
realtime_augmentation.py:779
Function_buffered_generation_process
(source_gen, buffer)
load_data.py:553
Function_buffered_generation_thread
(source_gen, buffer)
load_data.py:517
Function_generation_thread
(source_gen, buffer, buffer_lock, buffer_size=2, sleep_time=1)
load_data.py:104
← previousnext →101–200 of 336, ranked by callers