google-research / tuning_playbook

A playbook for systematically maximizing the performance of deep learning models.
Other
26.29k stars 2.18k forks source link

Fix typo in README.md #25

Closed oscmansan closed 1 year ago

oscmansan commented 1 year ago

The goal of a machine learning algorithm is to minimize the expected validation/generalization error, not maximize it [1].

[1] Goodfellow, Ian, Yoshua Bengio, and Aaron Courville. Deep learning. MIT press, 2016, pp. 272-273.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

dleve123 commented 1 year ago

Came here with the goal of making the same change. Any chance this could be merged? cc: @georgedahl

varungodbole commented 1 year ago

Sorry for the delay, and thanks for fixing this typo!