MCPcopy Create free account

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

Functions336 in github.com/benanne/kaggle-galaxies

Functionall_non_bias_parameters
(layer)
layers.py:68
Functionarray_chunker_gen
(data_list, chunk_size, loop=True, truncate=True, shuffle=True)
load_data.py:393
Functionaugmented_data_gen
(path_patterns)
load_data.py:458
Functionbuffered_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:510
Functionbuffered_gen_mp
Generator that runs a slow source generator in a separate process. buffer_size: the maximal number of items to pre-generate (length of the bu
load_data.py:546
Functionbuild_ds_transform_old
(ds_factor=1.0, target_size=(53, 53))
realtime_augmentation.py:71
Functionchunk_gcn
(chunk, rescale=1.0)
load_data.py:380
Functionchunk_lcn
based on matlab code by Guanglei Xiong, see http://www.mathworks.com/matlabcentral/fileexchange/8303-local-normalization assuming chunk.shape
load_data.py:353
Functionchunk_luma
(chunk)
load_data.py:335
Functionchunks_gen
specify images_gen(cycle(list(train_ids))) as the ids_gen to loop through the training set indefinitely in random order. The shape parameter
load_data.py:76
Functionclip_01
(x)
custom.py:11
Functioncompress
(x, C=10000.0)
layers.py:28
Functioncompress_abs
(x, C=10000.0)
layers.py:31
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_normconstraint.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_shareddense.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_maxout2048_extradense_dup3.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_pysex.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_8433n_maxout2048.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_8433n_maxout2048_extradense_pysex.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_maxout2048_extradense_pysexgen1_dup.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_maxout2048_extradense.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_maxout2048_extradense_big256.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_maxout2048_extradense_pysex.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_8433n_maxout2048_extradense.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_maxout2048_extradense_pysexgen1_dup2.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_maxout2048_pysex.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_shareddense512.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_8433n_maxout2048_pysex.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_maxout2048.py:106
Functioncreate_train_gen
this generates the training data in order, for postprocessing. Do not use this for actual training.
try_convnet_cc_multirotflip_3x69r45_bigger.py:106
Functiondump_params
dump parameters from layer l and down into a file. The dump file has the same name as the script, with _paramdump.pkl appended. This dum
layers.py:1450
Methoderror
(self, *args, **kwargs)
custom.py:130
Methoderror
(self, *args, **kwargs)
custom.py:216
Methoderror
(self, *args, **kwargs)
custom.py:320
Methoderror
(self, *args, **kwargs)
custom.py:420
Methoderror
(self, normalisation=True, *args, **kwargs)
custom.py:673
Methoderror
(self, normalisation=True, *args, **kwargs)
custom.py:784
Methoderror
(self, normalisation=True, *args, **kwargs)
custom.py:899
Methoderror_rate
(self, *args, **kwargs)
layers.py:871
Methoderror_with_normreg
(self, scale=1.0, *args, **kwargs)
custom.py:561
Functiongather_rescaling_updates
Recursive function to gather weight rescaling updates when the constant is the same for all layers.
layers.py:72
Functiongen_updates_adadelta
in the paper, no learning rate is considered (so learning_rate=1.0). Probably best to keep it at this value. epsilon is important for the ver
layers.py:205
Functiongen_updates_adagrad
epsilon is not included in the typical formula, See "Notes on AdaGrad" by Chris Dyer for more info.
layers.py:166
Functiongen_updates_nesterov_momentum
(loss, all_parameters, learning_rate, momentum, weight_decay)
layers.py:122
Functiongen_updates_nesterov_momentum_no_bias_decay
Nesterov momentum, but excluding the biases from the weight decay.
layers.py:135
Functiongen_updates_regular_momentum
(loss, all_parameters, learning_rate, momentum, weight_decay)
layers.py:108
Functiongen_updates_rmsprop
epsilon is not included in Hinton's video, but to prevent problems with relus repeatedly having 0 gradients, it is included here. Watch this
layers.py:184
Functiongen_updates_sgd
(loss, all_parameters, learning_rate)
layers.py:157
Methodget_output_shape
(self)
cc_layers.py:23
Methodget_output_shape
(self)
cc_layers.py:122
Methodget_output_shape
(self)
cc_layers.py:164
Methodget_output_shape
(self)
cc_layers.py:200
Methodget_output_shape
(self)
cc_layers.py:223
Methodget_output_shape
(self)
cc_layers.py:243
Methodget_output_shape
(self)
layers.py:252
Methodget_output_shape
(self)
layers.py:268
Methodget_output_shape
(self)
layers.py:286
Methodget_output_shape
(self)
layers.py:304
Methodget_output_shape
(self)
layers.py:327
Methodget_output_shape
(self)
layers.py:354
Methodget_output_shape
(self)
layers.py:394
Methodget_output_shape
(self)
layers.py:532
Methodget_output_shape
(self)
layers.py:638
Methodget_output_shape
(self)
layers.py:703
Methodget_output_shape
(self)
layers.py:747
Methodget_output_shape
(self)
layers.py:793
Methodget_output_shape
(self)
layers.py:908
Methodget_output_shape
(self)
layers.py:935
Methodget_output_shape
(self)
layers.py:1183
Methodget_output_shape
(self)
layers.py:1250
Methodget_output_shape
(self)
layers.py:1357
Functionhms
(seconds)
load_data.py:598
Functionidentity
(x)
layers.py:24
Functionim_crop
(img, ds_factor)
load_data.py:270
Functionim_downsample
(img, ds_factor)
load_data.py:260
Functionim_downsample_smooth
(img, ds_factor)
load_data.py:263
Functionim_flip
(img, flip_h, flip_v)
load_data.py:183
Functionim_lcn
based on matlab code by Guanglei Xiong, see http://www.mathworks.com/matlabcentral/fileexchange/8303-local-normalization
load_data.py:283
Functionim_lcn_color
(img, sigma_mean, sigma_std, std_bias)
load_data.py:309
Functionim_luma
(img)
load_data.py:331
Functionim_norm_01
(img)
load_data.py:317
Functionim_normhist
(img, num_bins=256)
load_data.py:339
Functionim_rescale
(img, scale_factor)
load_data.py:221
Functionim_rescale_old
(img, scale_factor)
load_data.py:238
Functionim_rotate
(img, angle)
load_data.py:179
Functionim_rotate_old
(img, angle)
load_data.py:192
Functionim_translate
(img, shift_x, shift_y)
load_data.py:197
Functionimages_gen
(id_gen, *args, **kwargs)
load_data.py:50
Functionload_images_from_jpg
(subset="train", downsample_factor=None, normalise=True, from_ram=False)
load_data.py:25
Methodoutput
(self, *args, **kwargs)
cc_layers.py:131
Methodoutput
(self, dropout_active=True, *args, **kwargs)
cc_layers.py:173
Methodoutput
(self, *args, **kwargs)
cc_layers.py:204
Methodoutput
(self, *args, **kwargs)
cc_layers.py:227
Methodoutput
(self, *args, **kwargs)
cc_layers.py:247
Methodoutput
(self, input=None, dropout_active=True, *args, **kwargs)
cc_layers.py:306
Methodoutput
(self, dropout_active=True, *args, **kwargs)
cc_layers.py:381
Methodoutput
return theano variable
layers.py:255
Methodoutput
return theano variable
layers.py:271
Methodoutput
(self, *args, **kwargs)
layers.py:289
Methodoutput
(self, *args, **kwargs)
layers.py:312
← previousnext →201–300 of 336, ranked by callers