toolsrtm.deep_learning ======================== Deep-learning trait inversion: dense ("Hidden-layers") and 1D-CNN Keras architectures with a configurable optimizer. Direct port of ``ToolsRTM::getMLmodel``/``getMLmodel.withRetrain``. .. note:: Optional -- needs the ``dl`` extra: ``pip install "toolsrtm[dl]"`` (TensorFlow). Not required for the rest of the package; :mod:`toolsrtm.inversion`'s scikit-learn-based dispatcher covers most trait-inversion needs without it. .. automodule:: toolsrtm.deep_learning :members: :undoc-members: :show-inheritance: