AI Reflection, Project Cycle and Ethics

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/29

flashcard set

Earn XP

Description and Tags

Vocabulary practice cards covering the foundations of Artificial Intelligence, the stages of the AI Project Cycle, evaluation metrics like the confusion matrix, and the principles of AI Ethics.

Last updated 8:31 AM on 7/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

30 Terms

1
New cards

Artificial Intelligence

A machine that mimics human intelligence, can solve real-world problems, improves on its own from past experiences, and can predict and make decisions on its own.

2
New cards

Computer Vision (CV)

An AI domain that works with videos and images enabling machines to interpret and understand visual information.

3
New cards

Natural Language Processing (NLP)

An AI domain focused on textual data enabling machines to comprehend, generate, and manipulate human language.

4
New cards

Statistical Data (AI Domain)

An AI domain that refers to statistical techniques used to analyse, interpret, and draw insights from numerical/tabular data.

5
New cards

Problem Scoping

The first step of the AI project cycle, which involves defining the problem which you wish to solve with the help of your project.

6
New cards

Data Acquisition

The stage of acquiring accurate and reliable data from different sources to ensure the efficiency of the AI system.

7
New cards

Data Exploration

The stage of interpreting useful information out of acquired data to identify patterns and trends related to factors like infestations or crop yields.

8
New cards

Modelling

The study and selection of different AI enabled systems or algorithms that match the project requirements.

9
New cards

Evaluation

The process of testing the developed system in as many ways as possible to choose the model that gives the best results.

10
New cards

Deployment

The final stage where the solution based on the selected model is deployed, such as installing a management system app on a user's phone.

11
New cards

4Ws Canvas

A tool used in Problem Scoping that identifies the Who (stakeholders), What (issue or problem), Where (context or situation), and Why (benefit of the solution).

12
New cards

Data features

The type of data you want to collect; it is a measurable property or characteristic of the data object being stored.

13
New cards

Categorical Data

Qualitative data that represents a type or category rather than a numerical value.

14
New cards

Numeric Data

Quantitative data that represents measurable amounts or numbers.

15
New cards

System Map

A graphical representation of the components of a system and their interrelationships.

16
New cards

Nodes

Entities that define a system within a System Map.

17
New cards

Boundaries

The scope of the system as defined in a System Map.

18
New cards

Machine Learning (ML)

A subset of AI that enables machines to improve at tasks with experience by learning from mistakes.

19
New cards

Deep Learning (DL)

A subset of AI that enables software to train itself to perform tasks.

20
New cards

Rule Based Approach

An AI modelling approach where the relationship or patterns in data are defined by the developer through specific instructions.

21
New cards

Learning Based Approach

An AI modelling approach where patterns and trends are not defined by the developer, but are figured out by the machine from random data.

22
New cards

Overfitting

A situation where the same data is used for building and testing, causing the model to always predict labels correctly regardless of context.

23
New cards

True Positive (TP)

A case where the prediction and reality match (True) and the prediction is Positive.

24
New cards

True Negative (TN)

A case where the prediction and reality match (True) and the prediction is Negative.

25
New cards

False Positive (FP)

A case where the prediction and reality do not match (False) and the prediction is Positive.

26
New cards

False Negative (FN)

A case where the prediction and reality do not match (False) and the prediction is Negative.

27
New cards

Morals

The beliefs dictated by society which are not fixed and can be different for different societies.

28
New cards

Ethics

The guiding principles a person chooses for their life to decide what is good or bad.

29
New cards

Bias

Partiality or preference for one over another that often comes from training data and appears in AI results.

30
New cards

Inclusion

An AI principle regarding whether the system leaves out any groups and if benefits are shared equally regardless of status.