Skip to content

Commit 44c8863

Browse files
authored
Merge pull request #76097 from j-martens/patch-436
Update how-to-train-tensorflow.md
2 parents c28be57 + 23a554f commit 44c8863

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/service/how-to-train-tensorflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ You can easily run TensorFlow training jobs on Azure compute by using the [`Tens
1919

2020
The `TensorFlow` estimator also provides a layer of abstraction over execution, which means that you can easily configure parameterized runs on different compute targets without altering your training scripts.
2121

22-
## Getting started
22+
## Get started
2323

24-
Submitting jobs with the `TensorFlow` estimator is similar to using the base [`Estimator`](https://docs.microsoft.com/python/api/azureml-train-core/azureml.train.estimator.estimator?view=azure-ml-py). So, we recommend beginning by reading the [base Estimator how-to article](how-to-train-ml-models.md) to understand the overarching concepts first.
24+
Since the `TensorFlow` estimator class is similar to the base [`Estimator`](https://docs.microsoft.com/python/api/azureml-train-core/azureml.train.estimator.estimator?view=azure-ml-py), we recommend you first read the [base Estimator how-to article](how-to-train-ml-models.md) to understand the overarching concepts.
2525

26-
If you want to get started with Azure Machine Learning service, [complete the quickstart](quickstart-run-cloud-notebook.md). Once finished, you'll have a working environment loaded with all of our [sample notebooks](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml) including those for training DNNs with TensorFlow and Keras.
26+
To get started with Azure Machine Learning service, [complete the quickstart](quickstart-run-cloud-notebook.md). Once finished, you'll have an [Azure Machine Learning workspace](concept-azure-machine-learning-architecture.md#workspace) and all of our [sample notebooks](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml) including those for training DNNs with TensorFlow and Keras.
2727

2828
## Single-node training
2929

@@ -177,4 +177,4 @@ You can find working code samples for both single-node and distributed TensorFlo
177177

178178
* [Track run metrics during training](how-to-track-experiments.md)
179179
* [Tune hyperparameters](how-to-tune-hyperparameters.md)
180-
* [Deploy a trained model](how-to-deploy-and-where.md)
180+
* [Deploy a trained model](how-to-deploy-and-where.md)

0 commit comments

Comments
 (0)