Comprehensive AI and Machine Learning Concepts with Practical Applications

Flashcard Icon

Flashcard

Learn Mode Icon

Learn Mode

Match Icon

Match

Coming Soon!
Library Icon

Library

View Library
Match Icon

Create

Create More Decks
Flashcard Icon Flashcards
Flashcard Icon Flashcards
Library Icon Library
Match Icon Match (Coming Soon)

Computer Science - Software Engineering

View Results
Full Screen Icon

user_kambeorv Created by 7 mon ago

Cards in this deck(100)
Which artificial intelligence (AI) technique serves as the foundation for modern image classification solutions?
Blur Image
What process employs specialized algorithms to model and study complex datasets, establishing relationships among data?
Blur Image
Which technique provides the ability to classify individual pixels in an image depending on the object they represent?
Blur Image
Which statistical methods are used to predict numeric values by training and validating predictions?
Blur Image
Which computer vision solution provides the ability to identify a person's age based on a photograph?
Blur Image
What capability does facial detection provide in analyzing human faces in an image?
Blur Image
What is the process of classifying images based on their contents called?
Blur Image
Which technique provides the ability to generate bounding boxes identifying the locations of different types of vehicles in an image?
Blur Image
What are the limitations of language in relation to correct and features?
Blur Image
Which two specialized domain models are supported by Azure AI Vision when categorizing an image?
Blur Image
What can be used for an attendance system that can scan handwritten signatures?
Blur Image
What is used to extract text and handwriting from images?
Blur Image
Which technique can detect and verify human faces, not text, from images?
Blur Image
Which technique can detect multiple objects in an image by using bounding box coordinates?
Blur Image
Which feature of computer vision involves associating an image with metadata that summarizes the attributes of the image?
Blur Image
What involves associating an image with metadata that summarizes the attributes of the image?
Blur Image
What involves identifying clip art images or line drawings?
Blur Image
What involves identifying people or objects in photos and organizing them based on the identification?
Blur Image
What involves associating the contents of an image with a limited set of categories?
Blur Image
Which three parts of the machine learning process does the Azure AI Vision eliminate the need for?
Blur Image
Which analytical task of the Azure AI Vision service returns bounding box coordinates?
Blur Image
What identifies common objects and, for each, returns bounding box coordinates?
Blur Image
What assigns a category to an image but does not return bounding box coordinates?
Blur Image
What is the significance of image in relation to language and correct?
Blur Image
What detects printed and handwritten text in images?
Blur Image
Which two Azure AI Document Intelligence models include identifying common data fields as part of its data extraction capabilities?
Blur Image
When using the Azure AI Face service, what should you use to perform one-to-many or one-to-one face matching?
Blur Image
Which three sources can be used to generate questions and answers for a knowledge base?
Blur Image
Which feature uses plugins to provide end users with the ability to get help with common tasks from a generative AI model?
Blur Image
Which AI model can return responses, such as natural language, images, or code, based on natural language input?
Blur Image
What is the training of machine learning models to make a sequence of decisions called?
Blur Image
What can be used to identify constraints and styles for the responses of a generative AI model?
Blur Image
Which two capabilities are examples of a GPT model?
Blur Image
Which three capabilities are examples of image generation features for a generative AI model?
Blur Image
Which capability is NOT supported by the DALL-E model when developing an image processing solution?
Blur Image
What capabilities does the DALL-E model provide?
Blur Image
Which generative AI model is used to generate images based on natural language prompts?
Blur Image
Which models can understand and generate natural language and code but not images?
Blur Image
What can convert text into numerical vector form to facilitate text similarity?
Blur Image
What can transcribe and translate speech to text?
Blur Image
What can search, classify, and compare sources of text for similarity?
Blur Image
Which natural language processing (NLP) technique normalizes words before counting them?
Blur Image
What counts how often a word appears in a text?
Blur Image
What extends frequency analysis to include multi-term phrases?
Blur Image
What captures semantic relationships between words by assigning them to locations in n-dimensional space?
Blur Image
What is the first step in the statistical analysis of terms in a text in the context of natural language processing (NLP)?
Blur Image
Which two features of Azure AI Services allow you to identify issues from support question data, as well as identify any people and products that are mentioned?
Blur Image
What is used to extract key phrases to identify the main concepts in a text?
Blur Image
What can identify and categorize entities in unstructured text, such as people, places, organizations, and quantities?
Blur Image
Which Azure AI Service for Language feature allows you to analyze written articles to extract information and concepts, such as people and locations, for classification purposes?
Blur Image
Which three values are returned by the language detection feature of the Azure AI Language service in Azure?
Blur Image
For which two scenarios is the Universal Language Model used by the speech-to-text API optimized?
Blur Image
Which three features are elements of the Azure AI Language Service?
Blur Image
What is used to check text, image, and video content for material that is potentially offensive?
Blur Image
Which three features are elements of the Azure AI Speech service?
Blur Image
What are part of the Translator service?
Blur Image
When using the Azure AI Service for Language, what should you use to provide further information online about entities extracted from a text?
Blur Image
You need to identify numerical values that represent the probability of humans developing diabetes based on age and body fat percentage. Which type of machine learning model should you use?
Blur Image
What models a relationship between two or more features and a single label?
Blur Image
What is a type of classification model, which returns either a Boolean value or a categorical decision?
Blur Image
What groups data points that have similar characteristics?
Blur Image
What uses a single feature?
Blur Image
Which type of machine learning algorithm assigns items to a set of predefined categories?
Blur Image
What are used to predict numeric values?
Blur Image
What is a category of learning algorithms that includes clustering, but not regression or classification?
Blur Image
A healthcare organization has a dataset consisting of bone fracture scans that are categorized by using predefined fracture types. The organization wants to use machine learning to detect the different types of bone fractures for new scans before the scans are sent to a medical practitioner. Which type of machine learning is this?
Blur Image
What analyzes unlabeled data to find similarities in the data?
Blur Image
You plan to use machine learning to predict the probability of humans developing diabetes based on their age and body fat percentage. What should the model include?
Blur Image
What scenario involves two features (age and body fat percentage) and one label (the likelihood of developing diabetes)?
Blur Image
Which assumption of the multiple linear regression model should be satisfied to avoid misleading predictions?
Blur Image
What models the relationship between several features and a single label?
Blur Image
In a regression machine learning algorithm, what are the characteristics of features and labels in a validation dataset?
Blur Image
In a regression machine learning algorithm, what does a validation set contain?
Blur Image
A company is using machine learning to predict house prices based on appropriate house attributes. For the machine learning model, which attribute is the label?
Blur Image
A company wants to predict household water use based on the number of people in a house, the weather temperature, and the time of year. In terms of data labels and features, what is the label in this use case?
Blur Image
What is the purpose of a validation dataset used for as part of the development of a machine learning model?
Blur Image
What is part of preparing the dataset and related data transformation processes?
Blur Image
What is used to provide summary statistics, such as the mean or count of distinct values in a column?
Blur Image
What is used to detect missing values and perform operations to fix the data or create new values?
Blur Image
You need to use Azure Machine Learning to train a regression model. What should you create in Machine Learning studio?
Blur Image
What must be created before you can access Machine Learning studio?
Blur Image
What can be created as a deployment target, after training of a model is complete?
Blur Image
You need to use the Azure Machine Learning designer to deploy a predictive service from a newly trained model. What should you do first in the Machine Learning designer?
Blur Image
You train a regression model by using automated machine learning (automated ML) in the Azure Machine Learning studio. You review the best model summary. You need to publish the model for others to use from the internet. What should you do next?
Blur Image
What are used to train the model and are created directly after you create a Machine Learning workspace?
Blur Image
Which artificial intelligence (AI) workload scenario is an example of natural language processing (NLP)?
Blur Image
Which two artificial intelligence (AI) workload scenarios are examples of natural language processing (NLP)?
Blur Image
You are exploring solutions to improve the document search and indexing service for employees. You need an artificial intelligence (AI) search solution that will include searching text in various types of documents, such as images. Which type of AI workload is this?
Blur Image
What primarily focuses on the searching and indexing of data?
Blur Image
What is part of natural language processing (NLP) and facilitates the creation of chatbots?
Blur Image
How can you identify data in relation to used and which?
Blur Image
Which two artificial intelligence (AI) workload features are part of the Azure AI Vision service?
Blur Image
Which principle of responsible artificial intelligence (AI) raises awareness about the limitations of AI-based solutions?
Blur Image
Which principle of responsible artificial intelligence (AI) has the objective of ensuring that AI solutions benefit all parts of society regardless of gender or ethnicity?
Blur Image
Which principle of responsible artificial intelligence (AI) plays the primary role when implementing an AI solution that meets qualifications for business loan approvals?
Blur Image
What is meant to ensure that AI models do not unintentionally incorporate a bias based on criteria such as gender or ethnicity?
Blur Image
A bank is developing a new artificial intelligence (AI) system to support the process of accepting or rejecting mortgage applications. Which two issues should be considered as part of the responsible AI principle of fairness to avoid biased decision making?
Blur Image
Which two principles of responsible artificial intelligence (AI) are most important when designing an AI system to manage healthcare data?
Blur Image
What states that AI systems are designed to meet any ethical and legal standards that are applicable?
Blur Image
What states that AI systems must empower people in a positive and engaging way?
Blur Image

Ask Our AI Tutor

Get Instant Help with Your Questions

Need help understanding a concept or solving a problem? Type your question below, and our AI tutor will provide a personalized answer in real-time!

How it works

  • Ask any academic question, and our AI tutor will respond instantly with explanations, solutions, or examples.
Flashcard Icon
  • Browse questions and discover topic-based flashcards
  • Practice with engaging flashcards designed for each subject
  • Strengthen memory with concise, effective learning tools