AZ-901

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/28

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:02 PM on 8/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

29 Terms

1
New cards

Artificial intelligence (AI)

software that mimics human cognitive abilities. Microsoft groups workloads into 6 categories.

2
New cards

Generative AI

produces new content (text, code, images, audio) from a prompt. Powered by large foundation models.

3
New cards

Machine learning

predicts outputs from patterns in data. Includes regression (numbers), classification (categories), clustering (groups).

4
New cards

Computer vision

interprets images & video: classification, object detection, OCR, image generation.

5
New cards

Natural language processing (NLP)

understands text & speech: sentiment, entities, translation, summarization.

6
New cards

Document intelligence / Information extraction

pulls structured data (fields, tables) from forms, invoices, IDs.

7
New cards

Knowledge mining

indexes large unstructured corpora so they're searchable and minable for insights.

8
New cards
Supervised learning
training data has known labels. Model learns input→output mapping. Used for regression & classification.
9
New cards
Unsupervised learning
no labels. Model finds structure (e.g., clustering customers by behavior).
10
New cards

Regression

predicts a numeric value (price, temperature, sales).

11
New cards
Classification predicts a category
binary (spam/not spam) or multi-class (cat/dog/rabbit).
12
New cards

Features

are the inputs (columns); the label is the target you're predicting.

13
New cards

Training =
Inference =

fitting a model on past data.
using the trained model to predict on new data.

14
New cards
Image classification
assigns ONE label to a whole image (cat / dog).
15
New cards
Object detection
finds MULTIPLE objects + bounding boxes (3 cars, 1 person at coordinates...).
16
New cards
Semantic segmentation
labels every PIXEL by class (sky, road, building).
17
New cards
OCR
extracts printed AND handwritten text from images.
18
New cards
Sentiment analysis
positive / neutral / negative / mixed at document & sentence level.
19
New cards
Named Entity Recognition (NER)
extracts people, places, organizations, dates, quantities.
20
New cards
Key phrase extraction
pulls main topics.
21
New cards
Translation
between languages.
22
New cards
Summarization
extractive (key sentences) or abstractive (rewrites).
23
New cards
Recite all six Microsoft Responsible AI principles and pair each with a real risk scenario. (F-R-P-I-T-A)

Fairness, Reliability, Privacy, Inclusiveness, Transparency, Accountability.

24
New cards
  1. Fairness


treat all people fairly, avoid bias. Risk: a loan model that rejects more applicants from certain postcodes.

25
New cards
  1. Reliability & Safety


works consistently, handles edge cases. Risk: a self-driving system fails in heavy rain.

26
New cards
  1. Privacy & Security


protect personal/sensitive data. Risk: medical records leak through model logs.

27
New cards
  1. Inclusiveness


empower people of all abilities and backgrounds. Risk: a chatbot fails users with regional accents.

28
New cards
  1. Transparency


explain how the system works and its limits. Risk: an audit can't trace why the model rejected an application.

29
New cards
  1. Accountability


humans remain responsible for outcomes. Risk: nobody owns when the AI makes a wrong decision.