What is Hyperparameters?

Skill Level:

Hyperparameters are parameters that are set before the training of an AI model. They control the behaviour and performance of the model, such as learning rate, batch size, and regularisation strength. Selecting appropriate Hyperparameters is crucial for optimising model performance and improving accuracy.

Other Definitions

Neuroevolution is a type of AI learning that combines neural networks and evolutionary algorithms. Neuroevolution algorithms evolve neural networks over generations, adapting them to…
Unsupervised Learning is a Machine Learning technique where models learn patterns and structures within data without labelled examples. By uncovering hidden relationships and clustering…
Generative Adversarial Networks are a type of Machine Learning model that consists of two neural networks: a generator and a discriminator. GANs are used…
Backpropagation is a technique used in training Artificial Neural Networks. It involves propagating error information backward through the network, allowing adjustments to be made…