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

Bias in AI refers to systematic errors or prejudices that can occur within AI systems due to biased training data, faulty algorithms, or human…
Decision Trees are Machine Learning models that use a branching structure to make decisions or predictions. By determining the most important features and creating…
Explainable Artificial Intelligence focuses on developing AI systems that can provide understandable explanations for their decisions and behaviours. Transparent and interpretable AI models are…
Graph Neural Networks are machine learning models designed to handle data structured as graphs. They can capture relationships and dependencies between entities and perform…