Definitions#

Online Capable Models#

Online capable models are models that can be used in real-time applications.

V16#

The V16 model is the latest model that is capable of online learning.

RaulNetV16(learning_rate, ...[, ...])

Model definition used in Sîmpetru et al. [1]_.

RaulNetV16(learning_rate, ...[, ...])

Model definition not used in any publication

V9#

The V9 model is the first model that is capable of online learning.

Note

This model is deprecated and should not be used in new projects.

RaulNetV9(learning_rate, ...)

Model definition used in Sîmpetru et al. [1]_ [2]_.

Offline Models#

Offline models are models that are trained on a dataset and are not capable of online learning.

V4#

The V4 model is the latest model that is capable of offline learning.

Note

This model is deprecated and should not be used in new projects.

RaulNetV4(learning_rate, ...)

Model definition used in Sîmpetru et al. [1]_.

V1#

The V1 model is the first model that is capable of offline learning.

Note

This model is deprecated and should not be used in new projects.

RaulNetV1(example_input_array, ...)

Model definition used in Sîmpetru et al. [1]_.