Module brevettiai.model

Deep learning model and training functionality and implementations.

Expand source code
"""
Deep learning model and training functionality and implementations.
"""
from .metadata import ModelMetadata

Sub-modules

brevettiai.model.factory

Factory for configuration of implemented tensorflow models

brevettiai.model.losses
brevettiai.model.metadata

Definition and implementation of Metadata associated with model implementations