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

Autonomous agents are AI systems that can perform actions and make decisions independently, guided by predefined goals or learning processes. Businesses leverage autonomous agents…
Expert Systems are AI systems that emulate human expertise in specific domains. By capturing and codifying human knowledge, Expert Systems assist businesses in decision-making,…
Graph Neural Networks are machine learning models designed to handle data structured as graphs. They can capture relationships and dependencies between entities and perform…
Supervised Learning is a Machine Learning approach where models are trained using labelled data, with both input and output pairs. By learning from the…