phygnn.model_interfaces

This submodule contains abstraction layers that help with ML engineering operations, e.g. on-the-fly normalization during forward pass, one-hot-encoding, and saving/loading models.

phygnn.model_interfaces.base_model

Base Model Interface

phygnn.model_interfaces.phygnn_model

TensorFlow Model

phygnn.model_interfaces.random_forest_model

Random Forest Model

phygnn.model_interfaces.tf_model

TensorFlow Model