김태오

Learning Rate 본문

ML

Learning Rate

ystc1247 2023. 4. 23. 01:23

Learning Rate : a hyperparameter that controls how much the model adjusts its parameters in response to the error gradient during training.

If the learning rate is too low, it takes too much time in optimization, while when it is too high, it has difficulty in converging itself.

'ML' 카테고리의 다른 글

Classification vs. Regression  (0) 2023.04.23
Extending Linear Regression for Binary Classification  (0) 2023.04.23
Feature Scaling  (0) 2023.04.23
Polynomial Regression  (0) 2023.04.23
Gradient Descent vs. Normal Equation  (0) 2023.04.23