Artificial Intelligence – Core Concepts, Project Cycle & Ethics

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

1/43

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering definitions and key concepts from AI introduction, domains, project cycle, evaluation metrics and ethics for Grade 9 Artificial Intelligence.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

44 Terms

1
New cards

Artificial Intelligence (AI)

The ability of machines to simulate or enhance human intelligence, including reasoning, learning from experience, perception and decision-making.

2
New cards

Core Abilities of AI

Perception (acquiring information), Reasoning (using rules to reach conclusions) and Learning (self-correction and improvement).

3
New cards

Big Data

Extremely large, high-volume datasets that AI systems analyse to discover patterns, trends and make predictions.

4
New cards

Data (AI Domain)

Raw facts—numbers, letters or symbols—used to train or test an AI model; the fundamental base of all AI work.

5
New cards

Natural Language Processing (NLP)

AI domain that enables computers to understand, interpret and generate human language.

6
New cards

Natural Language Understanding (NLU)

NLP component that converts language input into machine-usable representations and analyses its meaning.

7
New cards

Natural Language Generation (NLG)

NLP component that produces meaningful phrases or sentences from machine data.

8
New cards

Lexical Analysis

NLP step that identifies and analyses word structures, creating a list of tokens (words and phrases).

9
New cards

Syntactic Analysis (Parsing)

NLP step that arranges words using grammar rules to reveal relationships within a sentence.

10
New cards

Semantic Analysis

NLP step that maps syntactic structures to a task domain to ensure the sentence makes sense.

11
New cards

Discourse Integration

NLP step that interprets meaning based on information from preceding sentences.

12
New cards

Pragmatic Analysis

NLP step that derives intended meaning by applying real-world knowledge and context.

13
New cards

Computer Vision (CV)

AI domain that enables computers to ‘see’, interpret and understand the content of digital images and videos.

14
New cards

Pattern Recognition

Technique (often used in CV) that detects regularities in data or images to classify or interpret them.

15
New cards

AI Project Cycle

Structured workflow for building AI solutions: Problem Scoping, Data Acquisition, Data Exploration, Modelling, Evaluation and Deployment.

16
New cards

Problem Scoping

First stage of the AI Project Cycle that defines the challenge the AI must solve and frames it for machines.

17
New cards

4Ws Problem Canvas

Tool for problem scoping—Who (stakeholders), What (problem), Where (location) and Why (value of solution).

18
New cards

Data Acquisition

Process of collecting comprehensive, accurate data from surveys, sensors, web scraping, APIs, etc., for an AI project.

19
New cards

System Map

Visual diagram showing relationships among elements in a scoped problem, highlighting data interdependencies.

20
New cards

Data Exploration

Stage where collected data is inspected for patterns, trends and insights before modelling.

21
New cards

Data Visualization

Graphical representation of data (e.g., bar charts, scatter plots) to aid understanding during exploration.

22
New cards

Modelling (AI)

Stage of selecting strategies and algorithms to build an AI model that proposes solutions.

23
New cards

Rule-based Approach

AI model that relies on explicit ‘if-then’ rules; no learning from new data.

24
New cards

Machine Learning (ML)

Learning-based approach where algorithms improve performance on a task through experience with data.

25
New cards

Deep Learning (DL)

Subset of ML using multi-layered neural networks to learn from vast amounts of data automatically.

26
New cards

Evaluation (AI Model)

Testing a model’s predictions against actual outcomes to measure performance and completeness.

27
New cards

Scenario (Evaluation)

Real-world problem area where the AI model is applied and evaluated.

28
New cards

Prediction

Output generated by an AI model for a given input.

29
New cards

Reality

Actual observed outcome used to validate an AI model’s prediction.

30
New cards

True Positive (TP)

Case where the model correctly predicts a positive outcome (e.g., predicts an earthquake and one occurs).

31
New cards

True Negative (TN)

Case where the model correctly predicts a negative outcome (e.g., predicts no earthquake and none occurs).

32
New cards

False Positive (FP)

Case where the model incorrectly predicts a positive outcome; also called Type I error.

33
New cards

False Negative (FN)

Case where the model incorrectly predicts a negative outcome; also called Type II error.

34
New cards

Confusion Matrix

Table summarising TP, FP, TN and FN counts to visualise a classification model’s performance.

35
New cards

Deployment (AI)

Final stage of the AI Project Cycle where the validated model is integrated into real-world systems for use.

36
New cards

AI Ethics

Field ensuring AI development aligns with principles such as fairness, transparency, accountability and human welfare.

37
New cards

Human Rights (AI Ethics)

Principle that AI must respect freedoms, equality and dignity without infringing on people’s fundamental rights.

38
New cards

Bias (AI Ethics)

Discriminatory outcome produced by an algorithm due to skewed data or programmer assumptions.

39
New cards

Privacy (AI Ethics)

Requirement that AI systems minimise personal data collection, secure stored information and give users control.

40
New cards

Inclusion (AI Ethics)

Ensuring AI systems are accessible and fair to all groups, avoiding exclusion or disadvantage.

41
New cards

AI Bias

Manifestation of unfairness in AI results caused by biased training data or embedded programmer preferences.

42
New cards

AI Access

Disparity where only those who can afford AI-enabled tools benefit, creating a digital divide.

43
New cards

Advantages of AI (Boon)

Reduced human error, tireless repetition, rational decisions, speed and applicability across diverse sectors.

44
New cards

Disadvantages of AI (Bane)

High cost, lack of true creativity or emotion, limited experiential learning, privacy concerns and legal risks.