Skip to content

Category: Identifying Faces in a Group


Entity Recognition – Fundamentals of Natural Language Processing

Post date:
Author:
Number of comments: no comments

Entity Recognition A company, for example, could use AI to look at articles in industry magazines to find ones that talk about their products or executives or to figure out what each article is really about. Named entity recognition (NER) automatically finds and classifies named entities in a document. Names, organizations, locations, dates, amounts, monetary […]

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

Getting Started with Natural Language Processing – Fundamentals of Natural Language Processing

Post date:
Author:
Number of comments: no comments

Getting Started with Natural Language Processing In this section, you will learn about natural language processing fundamentals such as what it is, business applications of NLP, how it works, stages of natural language processing, and core NLP responsibilities. What Is Natural Language Processing? Natural language processing (NLP) is a type of artificial intelligence (AI) that […]

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

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

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

Cleaning – Machine Learning Fundamental Concepts

Post date:
Author:
Number of comments: no comments

Cleaning Figure 3-20Adding the Clean Missing Data module Figure 3-21Customizing the Clean Missing Data module Figure 3-22Configuring the Clean Missing Data module Training Our Model Figure 3-23Adding the Split Data module Figure 3-24Splitting 70% data for training and 30% data for testing Figure 3-25Adding the Train Model component Figure 3-26Rearranging the tabs Figure 3-27Editing the […]

What Is Automated Machine Learning? – Machine Learning Fundamental Concepts

Post date:
Author:
Number of comments: no comments

What Is Automated Machine Learning? Using automated machine learning, models can be easily created with no coding required. The most complicated models are hard to make, but they are useful for figuring out how well a standard model works for the first time or comparing different models. You have complete control over the primary metric, […]