.. _f-dlbase: module ``ai.dlbase`` ==================== .. inheritance-diagram:: code_beatrix.ai.dlbase Short summary +++++++++++++ module ``code_beatrix.ai.dlbase`` Base class for deep learning models. :githublink:`%|py|5` Classes +++++++ +-----------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ | class | truncated documentation | +=======================================================================+=================================================================================================+ | :class:`DeepLearningBase ` | Implements a common interface to manipulate pre-trained deep learning models. | +-----------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ | :class:`DeepLearningImage ` | Implements a common interface to manipulate pre-trained deep learning models processing images. | +-----------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ Methods +++++++ +-------------------------------------------------------------------------+------------------------------------+ | method | truncated documentation | +=========================================================================+====================================+ | :py:meth:`__init__ ` | | +-------------------------------------------------------------------------+------------------------------------+ | :py:meth:`__init__ ` | | +-------------------------------------------------------------------------+------------------------------------+ | :meth:`log ` | Log something. | +-------------------------------------------------------------------------+------------------------------------+ | :meth:`log ` | Log something. | +-------------------------------------------------------------------------+------------------------------------+ | :meth:`predict ` | Applies the model on features *X*. | +-------------------------------------------------------------------------+------------------------------------+ | :meth:`predict ` | Applies the model on features *X*. | +-------------------------------------------------------------------------+------------------------------------+ Documentation +++++++++++++ .. automodule:: code_beatrix.ai.dlbase :members: :special-members: __init__ :show-inheritance: