Artificial Intelligence Fundamentals and Project Cycle

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

flashcard set

Earn XP

Description and Tags

A comprehensive set of practice flashcards covering basic AI terminology, the domains of AI, the detailed AI project cycle, and ethical considerations surrounding artificial intelligence.

Last updated 3:13 PM on 7/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

36 Terms

1
New cards

Artificial Intelligence (AI)

The ability of machines to perform tasks that typically require human-like intelligence, such as decision-making, visual perception, and speech recognition.

2
New cards

John McCarthy

The researcher who coined the term 'Artificial Intelligence' in his proposal for the 1956 Dartmouth Conference.

3
New cards

Alan Turing

A pioneer who proposed a test in 1950 to check a machine's ability to exhibit intelligent behavior similar to human intelligence.

4
New cards

Data Domain

The AI domain focusing on the fuel of AI; it relates to the storage and processing of massive sets of information known as Big Data.

5
New cards

Computer Vision (CV)

A domain of AI that teaches machines to collect information from digital images and videos to make sense of them similarly to human vision.

6
New cards

Natural Language Processing (NLP)

The ability of computers to understand, interpret, and process human text and verbal language.

7
New cards

AI Project Cycle

A structured framework consisting of five stages: problem scoping, data acquisition, data exploration, modelling, and evaluation.

8
New cards

Problem Scoping

The first stage of the AI project cycle where clear goals are set and the objectives of the project are outlined.

9
New cards

4Ws Problem Canvas

A structured framework for problem scoping that identifies the Who (stakeholders), What (nature of the problem), Where (location/context), and Why (value of the solution).

10
New cards

Stakeholders

People who are directly or indirectly affected by a problem and who will benefit from the implemented AI solution.

11
New cards

Data Acquisition

The second stage of the project cycle focused on collecting relevant, accurate, and reliable data from authentic sources.

12
New cards

Training Data

The initial dataset used to train an AI model to identify patterns and perform specific tasks.

13
New cards

Testing Data

A separate dataset that the algorithm hasn't seen before, used to evaluate the model's performance in real-world situations.

14
New cards

Data Features

Descriptions of the type of information that will be collected in response to the problem statement.

15
New cards

Data Exploration

The process of analyzing collected data using visualization methods like charts and graphs to interpret patterns and trends.

16
New cards

System Maps

Visual diagrams that help understand the different parts or elements of an AI project and how they are interconnected.

17
New cards

Modelling

The stage where an appropriate AI model or algorithm is selected and trained with acquired data to generate predictions.

18
New cards

Rule-based Approach

An AI modelling approach where the relationships or patterns in data are predefined by the developer using specific rules.

19
New cards

Learning-based Approach

Also known as Machine Learning, this approach allows the machine to learn on its own from data without being explicitly programmed.

20
New cards

Decision Tree

A graphical representation used in rule-based approaches for making decisions based on branching conditions leading to leaf nodes (outcomes).

21
New cards

Supervised Learning

A learning model where the algorithm is provided with labeled datasets to learn a mapping between input data and output labels.

22
New cards

Classification

A type of supervised learning used for discrete or categorical datasets to group data into specific labeled categories.

23
New cards

Regression

A supervised learning model used to predict continuous or numerical values within a certain range, such as future stock prices.

24
New cards

Unsupervised Learning

An AI model that works on unlabeled datasets to discover patterns, trends, or clusters on its own.

25
New cards

Clustering

An unsupervised approach where the machine groups data into different clusters based on self-generated algorithms for similar patterns.

26
New cards

Dimensionality Reduction

A technique used to simplify complex, high-dimensional data by reducing its dimensions, even at the cost of losing some information.

27
New cards

Reinforcement Learning (RL)

A trial-and-error learning method where an agent interacts with an environment and receives rewards for good actions and penalties for bad ones.

28
New cards

Evaluation

The process of assessing model reliability and efficiency by comparing generated output with expected outcomes using testing data.

29
New cards

True Positive (TP)

An evaluation parameter where the model's positive prediction matches the positive reality (there is no error).

30
New cards

False Positive (FP)

Known as a Type 1 error, this occurs when the model predicts 'YES' but the actual reality is 'NO'.

31
New cards

False Negative (FN)

Known as a Type 2 error, this occurs when the model predicts 'NO' but the actual reality is 'YES'.

32
New cards

Deployment

The final step in the AI project cycle where the trained and validated model is implemented in a real-world scenario.

33
New cards

AI Ethics

Principles and moral guidelines governing the development and deployment of AI to ensure responsible use of the technology.

34
New cards

AI Bias

Unfair favoritism or prejudice towards certain individuals or groups caused by algorithms trained on biased or unrepresentative data.

35
New cards

Opacity / Black Box Effect

A critical AI issue where the inner workings or decision-making process of a system is not transparent to the user.

36
New cards

Singularity

The hypothesis that if AI reaches human-level intelligence, it may one day overtake or completely control the human species.