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

Computer vision is a field of AI that focuses on training machines to understand and interpret images and videos. By analysing visual data, machines…
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 networks, also known as Probabilistic Graphical Models, are a type of AI model that represents uncertain knowledge using a graph structure. Decision Networks…
Neural Networks are a type of Machine Learning model inspired by the human brain. They are composed of interconnected nodes, or “neurons,” that process…