Skip to content

Blog


What Are the Business Applications of NLP? – Fundamentals of Natural Language Processing

Post date:
Author:
Number of comments: no comments

What Are the Business Applications of NLP? Businesses use software and tools for natural language processing (NLP) to make tasks easier, automate them, and streamline them in an accurate way. The following are some examples of use cases: Amazon Comprehend and Amazon Lex are two examples of natural language processing (NLP) technologies that marketing firms […]

Data Modeling – Machine Learning Fundamental Concepts

Post date:
Author:
Number of comments: no comments

Data Modeling It is the process of modeling the data flow. In machine learning, a model represents a decision process in an abstract manner. It is the process of designing how the data will flow in and out of the databases during the system’s operation. This part, which is both very interesting and necessary for […]

Getting Started with Azure Cognitive Services – Computer Vision

Post date:
Author:
Number of comments: no comments

Getting Started with Azure Cognitive Services Azure Cognitive Services are cloud-based artificial intelligence (AI) services that help developers add cognitive intelligence to their apps without having to know much about AI or data science. Azure Cognitive Services offer a set of machine learning–based APIs that are already built and hosted in Azure. These APIs are […]

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 […]

Decision – Computer Vision

Post date:
Author:
Number of comments: no comments

Decision This service helps developers add recommendations for users to refer to when making decisions. With this availability, a user can make much better decisions. The following are the types of decision-making services Azure provides: OpenAI Service This service is for anything that has to do with understanding or making code from natural language. You […]

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 […]

Object Detection – Computer Vision

Post date:
Author:
Number of comments: no comments

Object Detection Object detection is the process of finding and separating real-world objects in a picture or video. This technique can find a human face, flowers, cars, etc., out of an image of any given size. Object detection depends a lot on derived features and learning algorithms because it needs to work in real time […]

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 […]

Describe the Image – Computer Vision

Post date:
Author:
Number of comments: no comments

Describe the Image The confidence score for each feature and the set of tags in each image are used to figure out what an image is about. These descriptions can be used in special cases, such as when an image doesn’t load soon enough on social media or when intricate details of an image are […]