Skip to content

Category: References: Microsoft Learn


Core NLP Responsibilities – Fundamentals of Natural Language Processing

Post date:
Author:
Number of comments: no comments

Core NLP Responsibilities Text analysis and entity recognition, sentiment analysis, audio recognition and synthesis, machine translation, and semantic language modeling are some of the most crucial things that NLP performs. You will comprehend each of these fundamental NLP duties in the following area. Text Analysis and Entity Recognition Text analysis is the process of looking […]

Speech Synthesis – Fundamentals of Natural Language Processing

Post date:
Author:
Number of comments: no comments

Speech Synthesis In many ways, voice synthesis is the inverse of speech recognition. It deals with vocalizing data, typically by transforming text into speech. A speech synthesis solution normally requires the following information: To make synthetic speech, the system usually breaks the text into words and gives each word a phonetic sound. The phonetic transcription […]

Identifying Faces in a Group – Computer Vision

Post date:
Author:
Number of comments: no comments

Identifying Faces in a Group Social media sites can figure out who owns an account by comparing the faces in a group and picking the one that looks most like the person in question. Identifying Similar Faces With this service, we can find a whole person with the same face or just a face that […]

Azure Cognitive Services – Computer Vision

Post date:
Author:
Number of comments: no comments

Azure Cognitive Services Speech, language, vision, decision, and OpenAI services are the five most important types of Azure Cognitive Services. In the following section, we will take a deep look into each of these categories. Speech Speech services allow users to make applications that recognize speech. People who have dealt with Dragon NaturallySpeaking, Windows Speech […]

What Is Computer Vision- Computer Vision

Post date:
Author:
Number of comments: no comments

What Is Computer Vision Computer vision is a core area of artificial intelligence (AI) that focuses on developing solutions that allow AI-enabled applications to “see” and make sense of the world. Precisely stated, computer vision is the essence of AI. It is about AI-enabled applications having a humanlike vision through which they can make computing […]

Detecting Object – Computer Vision

Post date:
Author:
Number of comments: no comments

Detecting Object We can use this API to detect an object, record its coordinates, and scan for any more instances of the same object. For instance, for an image containing objects like cats, dogs, etc., the Detect API will return a list of objects that are similar, along with their coordinates in the image. This […]

Create Computer Vision Resource – Computer Vision

Post date:
Author:
Number of comments: no comments

Create Computer Vision ResourceIn this section, you will learn how to create a computer vision resource using the Azure portal, and after the computer vision service instance is created, you will copy the key and endpoint and save them for later use. Figure 4-1Finding the Computer Vision service Figure 4-2Select region, resource name, and pricing […]

Scoring Model – Machine Learning Fundamental Concepts

Post date:
Author:
Number of comments: no comments

Scoring Model Figure 3-29Adding and configuring the scoring model Evaluation Figure 3-30Adding and configuring the evaluation model Submission Figure 3-31Running our machine learning model Figure 3-32Naming the experimentWe see “Completed” marks in some tabs and “Running” in others as shown in Figure 3-33. Figure 3-33We can see the completed modules and running modules as the […]

Introducing Azure Machine Learning – Machine Learning Fundamental Concepts

Post date:
Author:
Number of comments: no comments

Introducing Azure Machine Learning Developers can build, deploy, and improve high-quality machine learning models with Azure’s machine learning tools and user-friendly platform. It adds more value to a project by reducing the time to value with industry-leading machine learning operations (MLOps), open source interoperability, and integrated tools. This trusted platform is designed for responsible AI […]

Create Azure Machine Learning Workspace – Machine Learning Fundamental Concepts

Post date:
Author:
Number of comments: no comments

Create Azure Machine Learning Workspace   1. Click “+ Create a resource” and then search for “machine learning” to provision an Azure Machine Learning resource as shown in Figure 3-4.   Figure 3-4Creating a new Azure ML resource   2. As shown in Figure 3-5, fill in the information on the “Basic” tab, and on […]