Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benanne/kaggle-galaxies
/ functions
Functions
336 in github.com/benanne/kaggle-galaxies
⨍
Functions
336
◇
Types & classes
53
Function
all_non_bias_parameters
(layer)
layers.py:68
Function
array_chunker_gen
(data_list, chunk_size, loop=True, truncate=True, shuffle=True)
load_data.py:393
Function
augmented_data_gen
(path_patterns)
load_data.py:458
Function
buffered_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
Function
buffered_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
Function
build_ds_transform_old
(ds_factor=1.0, target_size=(53, 53))
realtime_augmentation.py:71
Function
chunk_gcn
(chunk, rescale=1.0)
load_data.py:380
Function
chunk_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
Function
chunk_luma
(chunk)
load_data.py:335
Function
chunks_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
Function
clip_01
(x)
custom.py:11
Function
compress
(x, C=10000.0)
layers.py:28
Function
compress_abs
(x, C=10000.0)
layers.py:31
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
dump_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
Method
error
(self, *args, **kwargs)
custom.py:130
Method
error
(self, *args, **kwargs)
custom.py:216
Method
error
(self, *args, **kwargs)
custom.py:320
Method
error
(self, *args, **kwargs)
custom.py:420
Method
error
(self, normalisation=True, *args, **kwargs)
custom.py:673
Method
error
(self, normalisation=True, *args, **kwargs)
custom.py:784
Method
error
(self, normalisation=True, *args, **kwargs)
custom.py:899
Method
error_rate
(self, *args, **kwargs)
layers.py:871
Method
error_with_normreg
(self, scale=1.0, *args, **kwargs)
custom.py:561
Function
gather_rescaling_updates
Recursive function to gather weight rescaling updates when the constant is the same for all layers.
layers.py:72
Function
gen_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
Function
gen_updates_adagrad
epsilon is not included in the typical formula, See "Notes on AdaGrad" by Chris Dyer for more info.
layers.py:166
Function
gen_updates_nesterov_momentum
(loss, all_parameters, learning_rate, momentum, weight_decay)
layers.py:122
Function
gen_updates_nesterov_momentum_no_bias_decay
Nesterov momentum, but excluding the biases from the weight decay.
layers.py:135
Function
gen_updates_regular_momentum
(loss, all_parameters, learning_rate, momentum, weight_decay)
layers.py:108
Function
gen_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
Function
gen_updates_sgd
(loss, all_parameters, learning_rate)
layers.py:157
Method
get_output_shape
(self)
cc_layers.py:23
Method
get_output_shape
(self)
cc_layers.py:122
Method
get_output_shape
(self)
cc_layers.py:164
Method
get_output_shape
(self)
cc_layers.py:200
Method
get_output_shape
(self)
cc_layers.py:223
Method
get_output_shape
(self)
cc_layers.py:243
Method
get_output_shape
(self)
layers.py:252
Method
get_output_shape
(self)
layers.py:268
Method
get_output_shape
(self)
layers.py:286
Method
get_output_shape
(self)
layers.py:304
Method
get_output_shape
(self)
layers.py:327
Method
get_output_shape
(self)
layers.py:354
Method
get_output_shape
(self)
layers.py:394
Method
get_output_shape
(self)
layers.py:532
Method
get_output_shape
(self)
layers.py:638
Method
get_output_shape
(self)
layers.py:703
Method
get_output_shape
(self)
layers.py:747
Method
get_output_shape
(self)
layers.py:793
Method
get_output_shape
(self)
layers.py:908
Method
get_output_shape
(self)
layers.py:935
Method
get_output_shape
(self)
layers.py:1183
Method
get_output_shape
(self)
layers.py:1250
Method
get_output_shape
(self)
layers.py:1357
Function
hms
(seconds)
load_data.py:598
Function
identity
(x)
layers.py:24
Function
im_crop
(img, ds_factor)
load_data.py:270
Function
im_downsample
(img, ds_factor)
load_data.py:260
Function
im_downsample_smooth
(img, ds_factor)
load_data.py:263
Function
im_flip
(img, flip_h, flip_v)
load_data.py:183
Function
im_lcn
based on matlab code by Guanglei Xiong, see http://www.mathworks.com/matlabcentral/fileexchange/8303-local-normalization
load_data.py:283
Function
im_lcn_color
(img, sigma_mean, sigma_std, std_bias)
load_data.py:309
Function
im_luma
(img)
load_data.py:331
Function
im_norm_01
(img)
load_data.py:317
Function
im_normhist
(img, num_bins=256)
load_data.py:339
Function
im_rescale
(img, scale_factor)
load_data.py:221
Function
im_rescale_old
(img, scale_factor)
load_data.py:238
Function
im_rotate
(img, angle)
load_data.py:179
Function
im_rotate_old
(img, angle)
load_data.py:192
Function
im_translate
(img, shift_x, shift_y)
load_data.py:197
Function
images_gen
(id_gen, *args, **kwargs)
load_data.py:50
Function
load_images_from_jpg
(subset="train", downsample_factor=None, normalise=True, from_ram=False)
load_data.py:25
Method
output
(self, *args, **kwargs)
cc_layers.py:131
Method
output
(self, dropout_active=True, *args, **kwargs)
cc_layers.py:173
Method
output
(self, *args, **kwargs)
cc_layers.py:204
Method
output
(self, *args, **kwargs)
cc_layers.py:227
Method
output
(self, *args, **kwargs)
cc_layers.py:247
Method
output
(self, input=None, dropout_active=True, *args, **kwargs)
cc_layers.py:306
Method
output
(self, dropout_active=True, *args, **kwargs)
cc_layers.py:381
Method
output
return theano variable
layers.py:255
Method
output
return theano variable
layers.py:271
Method
output
(self, *args, **kwargs)
layers.py:289
Method
output
(self, *args, **kwargs)
layers.py:312
← previous
next →
201–300 of 336, ranked by callers