daart Models package¶
daart.models.base Module¶
Base models/modules in PyTorch.
Functions¶
|
Sample from N(mu, var) |
|
Classes¶
|
Template for PyTorch models. |
|
General wrapper class for behavioral segmentation models. |
|
Ensemble of models. |
daart.models.rnn Module¶
RNN models (LSTM/GRU) implemented in PyTorch.
Classes¶
|
daart.models.tcn Module¶
Temporal Convolution model implemented in PyTorch.
Classes¶
|
Temporal Convolutional Model with dilated convolutions and no temporal downsampling. |
daart.models.temporalmlp Module¶
Temporal MLP model implemented in PyTorch.
Classes¶
|
MLP network with initial 1D convolution layer. |