Skip to content

Commit 519b545

Browse files
20230214 edit pass, fix image
1 parent 05e8941 commit 519b545

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed
Lines changed: 7 additions & 0 deletions
Loading

articles/synapse-analytics/machine-learning/overview-cognitive-services.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ms.topic: overview
77
ms.reviewer: sngun, garye, negust, ruxu
88
author: WilliamDAssafMSFT
99
ms.author: wiassaf
10-
ms.custom: ignite-fall-2021
11-
ms.date: 02/13/2023
10+
ms.custom:
11+
ms.date: 02/14/2023
1212
---
1313
# Cognitive Services in Azure Synapse Analytics
1414

@@ -22,21 +22,20 @@ Using pretrained models from Azure Cognitive Services, you can enrich your data
2222

2323
- Starting from the PySpark code generated by the wizard, or the example SynapseML code provided in the tutorial, you can write your own code to use other cognitive services with your data. See [What are Azure Cognitive Services?](../../cognitive-services/what-are-cognitive-services.md) for more information about available services.
2424

25-
26-
27-
2825
## Get started
2926

3027
The tutorial, [Pre-requisites for using Cognitive Services in Azure Synapse](tutorial-configure-cognitive-services-synapse.md), walks you through a couple steps you need to perform before using Cognitive Services in Synapse Analytics.
28+
3129
## Cognitive Services
3230

33-
<image width="200" alt-text="icon" src="https://mmlspark.blob.core.windows.net/graphics/Readme/cog_services_on_spark_2.svg" />
31+
:::image type="content" source="media/overview-cognitive-services/cog_services_on_spark_2.svg" alt-text="Decorative image of SynapseML Cognitive Services":::
3432

3533
[Azure Cognitive Services](https://azure.microsoft.com/services/cognitive-services/) are a suite of APIs, SDKs, and services available to help developers build intelligent applications without having direct AI or data science skills or knowledge by enabling developers to easily add cognitive features into their applications. The goal of Azure Cognitive Services is to help developers create applications that can see, hear, speak, understand, and even begin to reason. The catalog of services within Azure Cognitive Services can be categorized into five main pillars - Vision, Speech, Language, Web Search, and Decision.
3634

3735
## Usage
3836

3937
### Vision
38+
4039
[**Computer Vision**](https://azure.microsoft.com/services/cognitive-services/computer-vision/)
4140
- Describe: provides description of an image in human readable language ([Scala](https://mmlspark.blob.core.windows.net/docs/0.10.2/scala/com/microsoft/azure/synapse/ml/cognitive/DescribeImage.html), [Python](https://mmlspark.blob.core.windows.net/docs/0.10.2/pyspark/synapse.ml.cognitive.html#module-synapse.ml.cognitive.DescribeImage))
4241
- Analyze (color, image type, face, adult/racy content): analyzes visual features of an image ([Scala](https://mmlspark.blob.core.windows.net/docs/0.10.2/scala/com/microsoft/azure/synapse/ml/cognitive/AnalyzeImage.html), [Python](https://mmlspark.blob.core.windows.net/docs/0.10.2/pyspark/synapse.ml.cognitive.html#module-synapse.ml.cognitive.AnalyzeImage))
@@ -97,13 +96,13 @@ The tutorial, [Pre-requisites for using Cognitive Services in Azure Synapse](tut
9796

9897
### Search
9998
- [Bing Image search](https://azure.microsoft.com/services/cognitive-services/bing-image-search-api/) ([Scala](https://mmlspark.blob.core.windows.net/docs/0.10.2/scala/com/microsoft/azure/synapse/ml/cognitive/BingImageSearch.html), [Python](https://mmlspark.blob.core.windows.net/docs/0.10.2/pyspark/synapse.ml.cognitive.html#module-synapse.ml.cognitive.BingImageSearch))
100-
- [Azure Cognitive search](../search/search-what-is-azure-search) ([Scala](https://mmlspark.blob.core.windows.net/docs/0.10.2/scala/index.html#com.microsoft.azure.synapse.ml.cognitive.search.AzureSearchWriter$), [Python](https://mmlspark.blob.core.windows.net/docs/0.10.2/pyspark/synapse.ml.cognitive.html#module-synapse.ml.cognitive.AzureSearchWriter))
99+
- [Azure Cognitive search](../../search/search-what-is-azure-search) ([Scala](https://mmlspark.blob.core.windows.net/docs/0.10.2/scala/index.html#com.microsoft.azure.synapse.ml.cognitive.search.AzureSearchWriter$), [Python](https://mmlspark.blob.core.windows.net/docs/0.10.2/pyspark/synapse.ml.cognitive.html#module-synapse.ml.cognitive.AzureSearchWriter))
101100

102101
## Prerequisites
103102

104-
1. Follow the steps in [Getting started](../cognitive-services/big-data/getting-started) to set up your Azure Databricks and Cognitive Services environment. This tutorial shows you how to install SynapseML and how to create your Spark cluster in Databricks.
105-
1. After you create a new notebook in Azure Databricks, copy the **Shared code** below and paste into a new cell in your notebook.
106-
1. Choose a service sample, below, and copy paste it into a second new cell in your notebook.
103+
1. Follow the steps in [Getting started](../../cognitive-services/big-data/getting-started) to set up your Azure Databricks and Cognitive Services environment. This tutorial shows you how to install SynapseML and how to create your Spark cluster in Databricks.
104+
1. After you create a new notebook in Azure Databricks, copy the following **Shared code** and paste into a new cell in your notebook.
105+
1. Choose one of the following service samples and copy paste it into a second new cell in your notebook.
107106
1. Replace any of the service subscription key placeholders with your own key.
108107
1. Choose the run button (triangle icon) in the upper right corner of the cell, then select **Run Cell**.
109108
1. View results in a table below the cell.
@@ -194,7 +193,7 @@ display(
194193

195194
## Text Analytics for Health Sample
196195

197-
The [Text Analytics for Health Service](../cognitive-services/language-service/text-analytics-for-health/overview?tabs=ner) extracts and labels relevant medical information from unstructured texts such as doctor's notes, discharge summaries, clinical documents, and electronic health records.
196+
The [Text Analytics for Health Service](../../cognitive-services/language-service/text-analytics-for-health/overview?tabs=ner) extracts and labels relevant medical information from unstructured texts such as doctor's notes, discharge summaries, clinical documents, and electronic health records.
198197

199198

200199
```python

0 commit comments

Comments
 (0)