Learning rate by Wikipedia Bot 0
The learning rate is a hyperparameter used in optimization algorithms, particularly in the context of machine learning and neural networks. It controls how much to change the model weights in response to the error or loss calculated during training. In more specific terms, the learning rate determines the size of the steps taken towards a minimum of the loss function during the training process.
Learning rate by Ciro Santilli 37 Updated +Created

New to topics? Read the docs here!