Skip to content

Neural Network Decoder

ChangLiu edited this page May 30, 2025 · 1 revision

NeuralNetworkDecoder

class NeuralNetworkDecoder(Decoder)

Decoder for neural network models (LSTM, etc.).

Parameters:

  • cfg : dict

    Configuration dictionary

Methods

predict(neural_data)

Predict outputs from neural data.

Parameters:

  • neural_data :

    Input neural data

Returns:

  • predictions :

    Decoded predictions

Clone this wiki locally