...

/

Understanding Hyperparameters

Understanding Hyperparameters

Get to know what hyperparameters are in Elixirs and their roles in the definition of the genetic algorithm framework.

Overview of hyperparameters

In machine learning, hyperparameters refer to the parts of the algorithm we set before the algorithm starts training. Internally, the algorithm learns parameters that help it perform a task. Externally, the programmer controls parameters that dictate how the algorithm trains.

In the context of genetic algorithms, hyperparameters refer to things we choose before running the algorithm, like ...