API Reference

The HOSA library is split into three modules:

  • Hosa.Models.CNN.cnn_models: for implementing classification and regression models using Convolutional Neural Networks (CNN).

  • Hosa.Models.CNN.cnn_models: for implementing classification and regression models using Convolutional Neural Networks (CNN).

  • Hosa.Models.RNN.rnn_models: for implementing classification and regression models using Recurrent Neural Network (RNNs).

  • Hosa.Callbacks: for implementing early stopping callbacks for halting the model’s training.

HOSA

Models

CNN

RNN

Callbacks

Helpers