Hyperparameter: Difference between revisions

no edit summary
(Created page with "{{see also|Machine learning terms}} ===Introduction== Machine learning involves finding the optimal set of parameters that allows the model to make accurate predictions on new data. Unfortunately, certain parameters cannot be learned from training data and must be set before training the model - these are known as hyperparameters - which play a significant role in determining its performance. ==Definition== Hyperparameters are parameters set before training a machine le...")
 
No edit summary
Line 1: Line 1:
{{see also|Machine learning terms}}
{{see also|Machine learning terms}}
===Introduction==
==Introduction==
Machine learning involves finding the optimal set of parameters that allows the model to make accurate predictions on new data. Unfortunately, certain parameters cannot be learned from training data and must be set before training the model - these are known as hyperparameters - which play a significant role in determining its performance.
Machine learning involves finding the optimal set of parameters that allows the model to make accurate predictions on new data. Unfortunately, certain parameters cannot be learned from training data and must be set before training the model - these are known as hyperparameters - which play a significant role in determining its performance.