V16¶
Model definition used in the Sîmpetru et al. (2024)
- class myoverse.models.definitions.raul_net.online.v16.RaulNetV16(learning_rate, nr_of_input_channels, input_length__samples, nr_of_outputs, cnn_encoder_channels, mlp_encoder_channels, event_search_kernel_length, event_search_kernel_stride, nr_of_electrode_grids=3, nr_of_electrodes_per_grid=36, inference_only=False)[source]¶
Model definition used in Sîmpetru et al. [1]
- Parameters:
- cnn_encoder_channels¶
Tuple containing 3 integers defining the cnn encoder channels.
- mlp_encoder_channels¶
Tuple containing 2 integers defining the mlp encoder channels.
- event_search_kernel_length¶
Integer that sets the length of the kernels searching for action potentials.
- Type:
- event_search_kernel_stride¶
Integer that sets the stride of the kernels searching for action potentials.
- Type:
Notes