Skip to content

Commit 6ee565a

Browse files
authored
Merge pull request #125690 from changeworld/patch-102
Fix typo
2 parents 735309f + bc88a81 commit 6ee565a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/synapse-analytics/machine-learning/concept-deep-learning.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ To simplify the process for creating and managing pools, Azure Synapse takes car
3434

3535
Azure Synapse Analytics provides built-in support for deep learning infrastructure. The Azure Synapse Analytics runtimes for Apache Spark 3 include support for the most common deep learning libraries like TensorFlow and PyTorch. The Azure Synapse runtime also includes supporting libraries like Petastorm and Horovod which are commonly used for distributed training.
3636

37-
### Tensorflow
37+
### TensorFlow
3838

3939
TensorFlow is an open source machine learning framework for all developers. It is used for implementing machine learning and deep learning applications.
4040

41-
For more information about Tensorflow, you can visit the [Tensorflow API documentation](https://www.tensorflow.org/api_docs/python/tf).
41+
For more information about TensorFlow, you can visit the [TensorFlow API documentation](https://www.tensorflow.org/api_docs/python/tf).
4242

4343
### PyTorch
4444

@@ -52,13 +52,13 @@ Horovod is a distributed deep learning training framework for TensorFlow, Keras,
5252

5353
To learn more about how to run distributed training jobs in Azure Synapse Analytics, you can visit the following tutorials:
5454
- [Tutorial: Distributed training with Horovod and PyTorch](./tutorial-horovod-pytorch.md)
55-
- [Tutorial: Distributed training with Horovod and Tensorflow](./tutorial-horovod-tensorflow.md)
55+
- [Tutorial: Distributed training with Horovod and TensorFlow](./tutorial-horovod-tensorflow.md)
5656

5757
For more information about Horovod, you can visit the [Horovod documentation](https://horovod.readthedocs.io/en/stable/),
5858

5959
### Petastorm
6060

61-
Petastorm is an open source data access library which enables single-node or distributed training of deep learning models. This library enables training directly from datasets in Apache Parquet format and datasets that have already been loaded as an Apache Spark DataFrame. Petastorm supports popular training frameworks such as Tensorflow and PyTorch.
61+
Petastorm is an open source data access library which enables single-node or distributed training of deep learning models. This library enables training directly from datasets in Apache Parquet format and datasets that have already been loaded as an Apache Spark DataFrame. Petastorm supports popular training frameworks such as TensorFlow and PyTorch.
6262

6363
For more information about Petastorm, you can visit the [Petastorm GitHub page](https://github.com/uber/petastorm) or the [Petastorm API documentation](https://petastorm.readthedocs.io/en/latest/).
6464

0 commit comments

Comments
 (0)