Module delta.ml

Module for machine learning given imagery data.

Sub-modules

delta.ml.config_parser

Functions to support loading custom ML-related objects from dictionaries specified in yaml files. Includes constructing custom neural networks and more.

delta.ml.io

Functions for IO specific to ML.

delta.ml.ml_config

Configuration options specific to machine learning.

delta.ml.predict

Module to run prediction according to learned neural networks on images.

delta.ml.train

Train neural networks.