Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First we define the model configurations that we want to train, meaning either model architectures or hyperparameters, and load them into a model selection table.  In the picture below there are three model configurations represented by the three different purple shapes:

Image Modified

The epochs parameter is discussed later on this page.

...

Once we have model combinations in the model selection table, we call the fit function to train the models in parallel.  In the picture below, the three orange shapes represent the three models that have been trained:

Image Modified

The number_of_iterations is discussed later on this page.

...