Skip to content

Commit 81799cc

Browse files
committed
Fixed: wording in conclusion on subsequent range reduction
1 parent fdf933f commit 81799cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperparameter_tuning/mxnet_gluon_cifar10_random_search/hyperparameter_tuning_mxnet_gluon_cifar10_random_search.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,7 @@
18331833
"\n",
18341834
"## Wrap-up\n",
18351835
"\n",
1836-
"In this notebook, we saw the importance of hyperparameter tuning and discovered how much more effective Amazon SageMaker Automatic Model Tuning can be than random search. We could extend this example by testing another brute force method like grid search, tuning additional hyperparameters, using this first round of hyperparameter tuning to inform a secondary round of hyperparameter tuning where values have been narrowed down further, or applying this same comparison to your own problem.\n",
1836+
"In this notebook, we saw the importance of hyperparameter tuning and discovered how much more effective Amazon SageMaker Automatic Model Tuning can be than random search. We could extend this example by testing another brute force method like grid search, tuning additional hyperparameters, using this first round of hyperparameter tuning to inform a secondary round of hyperparameter tuning where ranges have been narrowed down further, or applying this same comparison to your own problem.\n",
18371837
"\n",
18381838
"For more information on using SageMaker's Automatic Model Tuning, see our other [example notebooks](https://github.com/awslabs/amazon-sagemaker-examples/tree/master/hyperparameter_tuning) and [documentation](https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning.html)."
18391839
]

0 commit comments

Comments
 (0)