norse.torch.functional.receptive_field

norse.torch.functional.receptive_field#

Functions

gaussian_kernel(x, s, c)

Efficiently creates a 2d gaussian kernel.

spatial_parameters(scales, angles, ratios, ...)

Combines the parameters of scales, angles, ratios and derivatives as cartesian products to produce a set of parameters for spatial receptive fields.

spatial_receptive_field(scale, angle, ratio, ...)

Creates a (size x size) receptive field kernel

spatial_receptive_fields_with_derivatives(...)

Creates a number of receptive fields based on the spatial parameters and size of the receptive field.

spatio_temporal_parameters(scales, angles, ...)

Combines the parameters of scales, angles, ratios and derivatives as cartesian products to produce a set of parameters for spatial receptive fields.

temporal_scale_distribution(n_scales[, ...])

Provides temporal scales according to [Lindeberg2016].