AI and Machine Learning Flashcards

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/71

flashcard set

Earn XP

Description and Tags

Flashcards for reviewing AI and Machine Learning principles, covering topics such as AI's definition, common workloads, responsible AI, machine learning types, regression, classification, clustering, Azure Machine Learning, computer vision, natural language processing, and generative AI.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

72 Terms

1
New cards

Artificial Intelligence (AI)

Software that imitates human capabilities, including predicting outcomes, recognizing patterns, interpreting visual input, understanding language, and extracting information to gain knowledge.

2
New cards

Machine Learning

Predictive models based on data and statistics, forming the foundation for AI.

3
New cards

Computer Vision

Capabilities within AI used to visually interpret the world through cameras, video, and images.

4
New cards

Natural Language Processing (NLP)

Capabilities within AI for a computer to interpret written or spoken language and respond appropriately.

5
New cards

Document Intelligence

Capabilities within AI that manage, process, and use high volumes of data found in forms and documents.

6
New cards

Knowledge Mining

Capabilities within AI to extract information from large volumes of often unstructured data to create a searchable knowledge store.

7
New cards

Generative AI

Capabilities within AI that create original content in a variety of formats, including natural language, images, and code.

8
New cards

Fairness (Responsible AI)

AI systems should treat all people fairly, avoiding bias in predictions or decisions.

9
New cards

Reliability & Safety (Responsible AI)

AI systems should perform reliably and safely, minimizing risks to human life.

10
New cards

Privacy & Security (Responsible AI)

AI systems should be secure and respect privacy, protecting personal details.

11
New cards

Inclusiveness (Responsible AI)

AI systems should empower everyone and engage people, benefiting all parts of society.

12
New cards

Transparency (Responsible AI)

AI systems should be understandable, making users aware of the system's purpose, how it works, and its limitations.

13
New cards

Accountability (Responsible AI)

People should be accountable for AI systems, adhering to ethical and legal standards.

14
New cards

Supervised Machine Learning

Training data includes known labels.

15
New cards

Unsupervised Machine Learning

Training data is unlabeled.

16
New cards

Regression (Machine Learning)

Label is a numeric value; predicting a number based on input features.

17
New cards

Classification (Machine Learning)

Label is a categorization or class.

18
New cards

Clustering (Machine Learning)

Similar items are grouped together based on their features.

19
New cards

MAE

Mean absolute error; measures how close the predictions are to the actual values.

20
New cards

RSME

Root mean squared error; the square root of the average squared distance between the actual and the predicted values.

21
New cards

Binary Classification

Label is or is not a class.

22
New cards

Multiclass classification

Label is one of multiple classes.

23
New cards

Accuracy

The number of true positives and true negatives divided by the total number of predictions; the total of correct predictions.

24
New cards

Precision

The number of true positives divided by the sum of the number of true positives and false positives.

25
New cards

Recall

The number of true positives divided by the sum of the number of true positives and false negatives.

26
New cards

F-score

Combines precision and recall as a weighted mean value.

27
New cards

Area Under Curve (AUC)

A measure of true positive rate over true negative rate.

28
New cards

Azure Machine Learning

A cloud-based platform for machine learning, providing scalable resources for training, deploying, and managing models.

29
New cards

Compute Instance

Development workstations that data scientists can use to work with data and models.

30
New cards

Compute Clusters

Scalable clusters of virtual machines for on-demand processing of experiment code.

31
New cards

Inference Clusters

Deployment targets for predictive services that use your trained models.

32
New cards

Attached Compute

Links to existing Azure compute resources, such as Virtual Machines or Azure Databricks clusters.

33
New cards

Automated Machine Learning

A feature in Azure Machine Learning that simplifies model training for regression or classification.

34
New cards

Normalization

Mitigating possible bias by normalizing the numeric features, so they are on the same numeric scale.

35
New cards

Training Dataset

The sample of data used to train the model.

36
New cards

Validation Dataset

A sample of data used to validate the model and see if the model can correctly predict or classify.

37
New cards

Pipelines (Azure Machine Learning)

Multi-step workflows to prepare data, train models, and perform model management tasks in Azure Machine Learning.

38
New cards

Azure AI Services

A suite of services covering Vision, Speech, Language, Decision, and Generative AI.

39
New cards

Azure AI Search

Data extraction, enrichment, and indexing for intelligent search and knowledge mining.

40
New cards

Computer Vision

Creating solutions that enable AI-enabled applications to 'see' the world and make sense of it, processing images from camera feeds or digital files.

41
New cards

Image Classification

Training a machine learning model to classify images based on their contents.

42
New cards

Object Detection

Classifying individual objects within an image and identifying their location with a bounding box.

43
New cards

Semantic Segmentation

Classifying individual pixels in an image according to the object they belong to.

44
New cards

Optical Character Recognition (OCR)

Detecting and reading text in images.

45
New cards

Custom Vision Service

Used for training custom image classification and objective detection models.

46
New cards

Convolutional Neural Networks (CNN)

Filter layers extract feature maps from each image. The feature maps are flattened, and the feature values are fed into a fully connected neural network. The output layer produces a probability value for each possible class label.

47
New cards

Image Analysis

Image tagging, captions, model customization, and more.

48
New cards

Face Service

Detects faces, age, emotions, facial recognition, similarity matching, identity verification.

49
New cards

Natural Language Processing (NLP)

Text analysis and entity recognition, sentiment analysis speech recognition and synthesis, machine translation, semantic language modeling.

50
New cards

Azure AI Language

Applies AI to analyze text, understand intent, and more.

51
New cards

Text Analytics

Predominant Language: English. Sentiment: 88% (positive). Key Phrases, Entities.

52
New cards

Language Detection

Identify the language in which text is written.

53
New cards

Sentiment Analysis

Evaluate text and return sentiment scores and labels for each sentence.

54
New cards

Key Phrase Extraction

Identifying the main points around the context or context of the document(s).

55
New cards

Speech Recognition

The ability to detect and interpret spoken input.

56
New cards

Speech Synthesis

The ability to generate spoken output.

57
New cards

Machine Translation

Automated translation to solve the problem where organizations and individuals need to collaborate with people in other cultures and geographic locations.

58
New cards

Conversational AI

A solution that enables a dialog between an AI agent and a human.

59
New cards

Utterances

An example of something a user might say, which your application must interpret.

60
New cards

Entities

An item to which an utterance refers.

61
New cards

Intents

Represents the purpose, or goal, expressed in a user's utterance.

62
New cards

Document Intelligence Services

Document analysis that returns structured data representations, regions of interest and relationships. and prebuilt models.

63
New cards

Document Intelligence Studio

Explore the functionality using samples and your own documents.

64
New cards

Document Intelligence

Extract information from scanned forms in image or PDF format.

65
New cards

Azure AI Search

Azure’s AI-powered knowledge mining platform that finds insights at scale.

66
New cards

Generative AI

Create a logo for a florist business. Write Python code to add two numbers

67
New cards

Tokenization

The first step in training a transformer model is to decompose the training text into tokens.

68
New cards

LLMs

Large Language Models. Trained with large volumes of general text data. Large size can impact performance and portability

69
New cards

SLMs

Small Language Models. Trained with focused text data. Fewer parameters. Focused language generation capabilities in specialized contexts.

70
New cards

Copilots

Generative AI-powered assistants integrated into applications, often as chat interfaces.

71
New cards

Copilot Studio

Low-code development of copilots and plug-ins using Azure OpenAI models for generative AI.

72
New cards

Prompt shields

Scans for the risk of user input attacks on language models.