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

Genetic Algorithms are optimisation techniques inspired by the principles of evolution. By mimicking natural selection, Genetic Algorithms explore a large search space and find…
Adversarial machine learning involves studying and defending AI models against attacks or adversarial examples designed to deceive the system. By understanding vulnerabilities and deploying…
Transfer Learning is a technique that allows AI models to apply knowledge gained from one task to another related task. By leveraging pre-trained models…
Graph Neural Networks are machine learning models designed to handle data structured as graphs. They can capture relationships and dependencies between entities and perform…