Models#
RaulNet Models#
RaulNet is a family of CNN-based models for decoding hand kinematics from high-density EMG signals.
V17 (Latest)#
The V17 model is the latest version with lazy configuration and TorchScript support.
|
Model for decoding kinematics from EMG data. |
V16#
The V16 model was used in the MyoGestic paper (Simpetru et al., 2024).
|
Model definition used in Sîmpetru et al. [1]_. |
Components#
Activation Functions#
Custom learnable activation functions for neural networks.
Loss Functions#
Custom loss functions for kinematics prediction.
|
Euclidean distance loss for 3D joint positions. |
Utilities#
Utility modules for model building.
|
Learnable weighted sum of two tensors. |