1/28
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Artificial intelligence (AI)
software that mimics human cognitive abilities. Microsoft groups workloads into 6 categories.
Generative AI
produces new content (text, code, images, audio) from a prompt. Powered by large foundation models.
Machine learning
predicts outputs from patterns in data. Includes regression (numbers), classification (categories), clustering (groups).
Computer vision
interprets images & video: classification, object detection, OCR, image generation.
Natural language processing (NLP)
understands text & speech: sentiment, entities, translation, summarization.
Document intelligence / Information extraction
pulls structured data (fields, tables) from forms, invoices, IDs.
Knowledge mining
indexes large unstructured corpora so they're searchable and minable for insights.
Regression
predicts a numeric value (price, temperature, sales).
Features
are the inputs (columns); the label is the target you're predicting.
Training =
Inference =
fitting a model on past data.
using the trained model to predict on new data.
Fairness, Reliability, Privacy, Inclusiveness, Transparency, Accountability.
Fairness
treat all people fairly, avoid bias. Risk: a loan model that rejects more applicants from certain postcodes.
Reliability & Safety
works consistently, handles edge cases. Risk: a self-driving system fails in heavy rain.
Privacy & Security
protect personal/sensitive data. Risk: medical records leak through model logs.
Inclusiveness
empower people of all abilities and backgrounds. Risk: a chatbot fails users with regional accents.
Transparency
explain how the system works and its limits. Risk: an audit can't trace why the model rejected an application.
Accountability
humans remain responsible for outcomes. Risk: nobody owns when the AI makes a wrong decision.