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
Method
output
(self, *args, **kwargs)
layers.py:337
Method
output
(self, *args, **kwargs)
layers.py:357
Method
output
(self, input=None, dropout_active=True, *args, **kwargs)
layers.py:397
Method
output
(self, input=None, *args, **kwargs)
layers.py:537
Method
output
(self, input=None, dropout_active=True, *args, **kwargs)
layers.py:654
Method
output
(self, input=None, dropout_active=True, *args, **kwargs)
layers.py:706
Method
output
(self, input=None, dropout_active=True, *args, **kwargs)
layers.py:750
Method
output
(self, input=None, dropout_active=True, *args, **kwargs)
layers.py:796
Method
output
(self, *args, **kwargs)
layers.py:894
Method
output
(self, *args, **kwargs)
layers.py:912
Method
output
Code is based on https://github.com/lisa-lab/pylearn2/blob/master/pylearn2/expr/normalize.py
layers.py:938
Method
output
(self, input=None, dropout_active=True, *args, **kwargs)
layers.py:1012
Method
output
(self, *args, **kwargs)
layers.py:1187
Method
output
(self, *args, **kwargs)
layers.py:1214
Method
output
(self, *args, **kwargs)
layers.py:1254
Method
output
(self, *args, **kwargs)
layers.py:1294
Method
output
(self, *args, **kwargs)
layers.py:1364
Method
output
(self, *args, **kwargs)
layers.py:1423
Function
post_augment_brightness_gen
(data_gen, std=0.5)
realtime_augmentation.py:383
Function
post_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
Function
post_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
Function
post_augment_gen
(data_gen, post_augmentation_params)
realtime_augmentation.py:370
Function
post_augmented_data_gen
(path_patterns)
load_data.py:465
Function
process
(k)
extract_pysex_params_gen2.py:97
Function
process
(k)
extract_pysex_params_extra.py:97
Function
realtime_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
Function
realtime_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
Function
rectify
(x)
layers.py:21
Method
rescaling_updates
(self, c)
layers.py:686
Method
rescaling_updates
(self, c)
layers.py:1161
Function
reset_all_params
(layer)
layers.py:100
Function
save_gz
(path, arr)
load_data.py:435
Function
set_param_values
(layer, param_values)
layers.py:94
Function
shuffle_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
Function
sparse_initialisation
sparsity: fraction of the weights to each output unit that should be nonzero
layers.py:1303
Function
threaded_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
← previous
301–336 of 336, ranked by callers