Core concepts
=============

Hyrax handles a lot of the infrastructure needed for machine learning experiments,
but to get the most out of it, there are a few important aspects worth understanding.

We'll cover the core concepts in the following pages, and we'll show exactly how
to apply these concepts in tutorial notebooks in the :doc:`Common workflows </common_workflows>` section.

.. toctree::
   :maxdepth: 1

   Required inputs <required_input>
   Configuration system <configuration_system>
   Hyrax verbs <verbs>
   Data flow in Hyrax <data_flow>