AI-900

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

1/82

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

83 Terms

1
New cards

What are the three main types of machine learning?

Supervised, Unsupervised, and Reinforcement Learning

2
New cards

What is supervised learning?

Training a model with labeled data (known inputs and outputs)

3
New cards

What is unsupervised learning?

Finding patterns in unlabeled data, like clustering

4
New cards

What is reinforcement learning?

Learning through rewards and penalties to maximize performance

5
New cards

What is a feature in machine learning?

A measurable property or characteristic of the data

6
New cards

What is overfitting?

When a model learns training data too well, including noise, and performs poorly on new data

7
New cards

What is underfitting?

When a model is too simple and misses patterns in the training data

8
New cards

What is deep learning?

A subset of ML using neural networks with many layers to learn complex patterns

9
New cards

What is a CNN used for?

Image and video analysis (e.g., object detection, classification

10
New cards

What is an RNN used for?

Sequence-based data like handwriting and speech recognition

11
New cards

What is a Transformer model?

Processes large language or vision datasets using token-based embeddings

12
New cards

What is the Florence model?

A foundation model by Microsoft with both language and image encoders, trained on captioned web images

13
New cards

What is computer vision?

Enabling machines to interpret and understand visual content like images or video

14
New cards

What is semantic segmentation?

Pixel-level classification — each pixel is assigned a category label

15
New cards

What is image classification?

Assigning an image to a category (e.g., “cat,” “car”)

16
New cards

What is object detection?

Locating and identifying objects within an image

17
New cards

What is OCR in computer vision?

Optical Character Recognition — extracting text from images or scanned docs

18
New cards

What is spatial analysis used for?

Understanding environments and movement within a space (e.g., retail tracking)

19
New cards

What is Azure AI Vision?

A Microsoft service for analyzing images/videos using prebuilt or custom models powered by Florence

20
New cards

What is Custom Vision?

A tool for training image classification and object detection models using your own labeled images

21
New cards

What does the Face API do?

Detects faces and emotions (but doesn’t identify specific people)

22
New cards

What is Form Recognizer used for?

Extracting editable data from scanned forms using key/value pairs

23
New cards

What does the Analyze Image API do?

Applies descriptive tags, captions, and identifies objects in images

24
New cards

What does the Read API do?

Performs OCR — reading printed and handwritten text

25
New cards

What kind of data can Azure AI Vision return with object detection?

Tags like “person,” “sport,” “skateboard” with associated confidence scores

26
New cards

What does AI aim to do?

Imitates human capabilities — predicts outcomes and recognizes patterns using historical data

27
New cards

What are the six signature AI skills in AI-900?

Machine Learning, Computer Vision, NLP, Document Intelligence, Knowledge Mining, Generative AI

28
New cards

What is generative AI?

AI that creates new content (text, images, code) using foundation models

29
New cards

What is machine learning?

A technique that teaches computers to learn patterns from data and make predictions without explicit programming

30
New cards

Why is ML important in AI?

It powers forecasting, disease detection, anomaly spotting, and intelligent automation

31
New cards

What is a dataset?

A structured group of related data used for training or analysis

32
New cards

What is the goal of ML models?

To capture relationships in data and predict outcomes

33
New cards

What is Azure Machine Learning?

A cloud platform for creating, training, and deploying ML models

34
New cards

What does AutoML do?

Automatically tests algorithms and parameters to find the best model for your task

35
New cards

What kind of experiences does Azure ML support?

Both no-code and code-first (excluding .NET/C#)

36
New cards

When should you use Azure ML for prediction?

When you want to forecast outcomes based on historic data, like ice cream sales or customer purchases

37
New cards

What are common ML workloads?

Forecasting, anomaly detection, computer vision, NLP, conversational AI

38
New cards

What’s the difference between forecasting and prediction?

Forecasting uses relevant historical data; prediction may rely on less precise methods or decision theory

39
New cards

What is regression?

Predicts numeric values (e.g., stock prices, home value)

40
New cards

What is classification?

Predicts categorical labels like "sunny" or "rainy"

41
New cards

What is binary classification?

Predicts true/false outcomes (e.g., loan default)

42
New cards

What is multiclass classification?

Predicts one label out of many possible classes (e.g., penguin species)

43
New cards

What is clustering?

Groups similar data points based on shared features (e.g., customer types)

44
New cards

What is deep learning?

A subset of ML that simulates brain-like processing using neural networks

45
New cards

What is a loss function in deep learning?

A calculation that measures the gap between predicted and actual results

46
New cards

What is Azure Machine Learning?

A cloud service for training, deploying, and managing machine learning models.

47
New cards

What is AutoML in Azure ML?

An automated process that tests multiple algorithms and parameters to find the best model for your data.

48
New cards

What kind of coding skills are required for Azure ML?

Supports no-code and code-first workflows; doesn’t support .NET or C#

49
New cards

Use case: Predict which customers are likely to buy again. What service should you use?

Azure Machine Learning with AutoML to train and deploy a predictive model.

50
New cards

What is conversational AI?

AI models used to power chatbots and virtual assistants that respond meaningfully to users.

51
New cards

What is anomaly detection?

Identifying unexpected values or patterns in time series data that differ from the norm.

52
New cards

Does anomaly detection require labeled data?

No — it works without labeled data, making it an unsupervised technique.

53
New cards

What are common use cases for anomaly detection?

Fraud detection, data cleaning, intrusion detection, equipment failure monitoring.

54
New cards

Can anomaly detection analyze real-time and historical data?

Yes — it can detect anomalies in both types of datasets.

55
New cards

Are boundaries in anomaly detection fixed?

No — AI-generated boundaries can adjust as new data is processed.

56
New cards

What are the 4 stages of the ML model lifecycle?

Collect & Prepare Data → Train Model → Evaluate Performance → Deploy Model

57
New cards

What does “Evaluate Performance” involve?

Using metrics like accuracy, precision, recall, and F1 score to assess the model.

58
New cards

What is a feature in ML?

An input variable used to make predictions (e.g., temperature, income)

59
New cards

What is a label in ML?

The known output or result you're trying to predict

60
New cards

What is precision, and where is it critical?

The percentage of relevant results among all results; critical in finance and healthcare

61
New cards

What is the COCO dataset?

A labeled dataset of everyday images used for training computer vision models

62
New cards

What is computer vision?

A field of AI that enables machines to interpret and extract insights from images and video.

63
New cards

What is the goal of computer vision?

To understand visual content and take action using trained machine learning models.

64
New cards

Can computer vision transcribe video conference calls?

No — that would require speech-to-text or transcription services, not visual analysis.

65
New cards

What app helps low-vision users recognize people and objects using computer vision?

Seeing AI

66
New cards

What is image classification?

Categorizing an image based on its contents using trained ML models.

67
New cards

What is object detection?

Locating individual objects in an image and labeling them with bounding boxes.

68
New cards

What is semantic segmentation?

Assigning a category label to every pixel in an image.

69
New cards

What is face detection?

Locating human faces in images and extracting facial attributes.

70
New cards

What is face recognition?

Identifying or verifying individuals based on facial features.

71
New cards

What does optical character recognition (OCR) do?

Extracts printed or handwritten text from images and scanned documents.

72
New cards

What is spatial analysis used for?

Detecting people and tracking movement over time in video streams.

73
New cards

What does Azure AI Video Indexer do?

Extracts rich insights from video and audio content.

74
New cards

What steps are involved in computer vision processing?

Input images/videos → break into frames → extract features → apply ML models

75
New cards

What powers most computer vision models?

Deep learning and large labeled datasets

76
New cards

What does the Florence foundation model do?

Combines image and language understanding; trained on captioned images

77
New cards

What can the Florence model understand?

Both visual scenes and natural language

78
New cards

What is Azure AI Vision?

A Microsoft service to analyze visual data using prebuilt or custom ML models.

79
New cards

What can Azure AI Vision detect?

Objects, people, tags, printed text, and generate captions.

80
New cards

Can Azure AI Vision translate text in an image?

No — it can extract the text, but translation requires Azure Translator.

81
New cards

What is the Azure AI Vision resource best for?

Projects focused only on computer vision tasks.

82
New cards

What is the Azure AI Services resource best for?

Projects using multiple AI tools (Vision + Language + others).

83
New cards

What should you use if prebuilt Azure models don’t meet your needs?

Train a custom model with your own labeled images using Custom Vision.