Introduction to Artificial Intelligence

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

1/11

flashcard set

Earn XP

Description and Tags

Flashcards covering definitions, layers of AI, and the distinctions between AI, Machine Learning, Deep Learning, and Data Science based on the lecture notes.

Last updated 5:53 PM on 6/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

Artificial Intelligence (AI)

The simulation of human intelligence in machines that are capable of performing tasks that normally require human intellect, such as reasoning, learning, and problem-solving.

2
New cards

AI as a Component

The concept that AI is often not an entire system itself (like Instagram), but rather specific components within a larger system used for recommendation, pattern recognition, or behavior modeling.

3
New cards

Automation

Software, such as a basic calculator, that follows predefined rules and executes deterministic mathematical functions without learning, adapting, or improving with experience.

4
New cards

Predictive Models

Tools used in AI systems like Google Maps to learn from past traffic patterns and predict future conditions to adapt dynamically.

5
New cards

Narrow AI

A classification of AI, such as ChatGPT, that is trained on massive data to perform specific tasks like predicting the next word probabilistically without human-like understanding.

6
New cards

Acting intelligently vs. actually being intelligent

The distinction that AI performs tasks that appear intelligent by imitating human behavior (Layer 1) without necessarily "thinking" like a human.

7
New cards

Rational agent

An AI system that perceives its environment, makes decisions, and chooses the best possible action to maximize success or achieve a specific goal (Layer 2).

8
New cards

Pattern Recognition

The basis of modern AI (Layer 3) where systems detect statistical patterns in images, text, audio, or user behavior rather than relying on rule-based logic.

9
New cards

Machine Learning (ML)

A method of achieving AI by allowing machines to learn patterns from data and adjust internal parameters to improve performance over time instead of being explicitly programmed.

10
New cards

Deep Learning (DL)

A specialized type of machine learning using artificial neural networks with many layers, inspired by the human brain, requiring large datasets and high computing power (GPUsGPUs).

11
New cards

Data Science

An interdisciplinary field involving statistics, data analysis, and programming focused on extracting insights and knowledge from data; it overlaps with but is not a subset of AI.

12
New cards

Traditional Programming vs. Machine Learning

Traditional programming uses explicit rules (If marks < 4040 \rightarrow Fail), while machine learning provides data (e.g., 10,00010,000 records) and lets the system discover the rules.