HS1502 Conceptual Introduction to Machine Learning - Vocabulary Flashcards

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

1/28

flashcard set

Earn XP

Description and Tags

Revision

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

Artificial Intelligence (AI)

The mimicking of biological (often human) intelligence using algorithms implemented on machines; broader than automation; has roots in neuroscience, logic, psychology, and linguistics.

2
New cards

Machine Learning (ML)

An approach to AI where the performance of a computer program on a task improves with additional “experience” (data); learns from data and can adapt with more data, without necessarily a predefined reasoning system.

3
New cards

Deep Learning

A subset of ML that uses deep artificial neural networks to learn representations (features) from data; simple representations are combined across layers to form complex concepts.

4
New cards

Artificial Neural Network (ANN)

A network of interconnected artificial neurons; each neuron is a mathematical function that maps inputs to outputs.

5
New cards

Perceptron

The first artificial neuron model (1957) developed by Rosenblatt; an early mathematical model of biological learning used in early neural networks.

6
New cards

Computational Neuroscience

An active field studying how biological intelligence works, providing early motivation for AI by viewing intelligence as computational processes.

7
New cards

Knowledge-based Systems

AI programs that use a knowledge base and a reasoning system to mimic intelligence; they do not learn from data, though new data can be provided.

8
New cards

Algorithm

A central concept in AI: a process or set of rules to be followed to perform calculations or problem solving.

9
New cards

Artificial General Intelligence (AGI)

AI that matches or surpasses human-level general intelligence across a wide range of tasks and domains.

10
New cards

Artificial Narrow Intelligence (ANI)

AI systems designed to perform specific tasks; the current mainstream form of AI, not general across domains.

11
New cards

Turing Test

A test proposed by Alan Turing to assess whether a machine can imitate human conversation well enough to be indistinguishable from a human.

12
New cards

AlexNet

A deep neural network that won an image recognition contest in 2012 with about 85% accuracy, catalyzing the deep learning revolution.

13
New cards

GPUs (General-Purpose Computing on GPUs)

Hardware that enables efficient training of large neural networks via parallel processing, fueling the deep learning era.

14
New cards

Convolutional Neural Networks (CNNs)

A class of neural networks particularly effective for processing visual data through convolutional layers.

15
New cards

Recurrent Neural Networks (RNNs)

Neural networks designed to handle sequential data by maintaining a hidden state across time steps.

16
New cards

Transformers

A neural network architecture based on attention mechanisms, widely used in natural language processing and beyond.

17
New cards

AlphaGo

Go-playing AI that defeated world champion Ke Jie in 2017, illustrating the power of deep learning plus search techniques.

18
New cards

MuZero

A game-playing algorithm that dominates Go, chess, shogi, and arcade games by planning and learning without a fixed game model.

19
New cards

ChatGPT

A chatbot released in 2022 using a large language model (LLM); broad knowledge base and versatile, human-like responses.

20
New cards

Large Language Models (LLMs)

AI models trained on vast text data to understand and generate human-like language; capable across tasks but with reliability and context limits.

21
New cards

Deepfakes

AI-generated media that convincingly mimics real people or events, posing societal and ethical risks.

22
New cards

Big Data

Extremely large datasets used to train modern ML/DL models, enabling better performance with more diverse data.

23
New cards

Deep Representation Learning

Learning hierarchical representations (features) from data, enabling models to build complex concepts from simple ones.

24
New cards

Feature Learning

The process by which models automatically discover useful representations (features) from raw data.

25
New cards

Moore’s Law

The observation that computing power grows exponentially with a doubling time of about 2 years, influencing AI progress.

26
New cards

Clinical Decision Support Systems (CDSS)

Knowledge-based AI systems that use patient data and reasoning to suggest clinical decisions to physicians.

27
New cards

DL Revolution (2010s–present)

The period when deep learning became dominant due to GPUs, big data, and large neural networks.

28
New cards

Natural Language Processing (NLP)

A subfield of AI focused on enabling computers to understand, interpret, and generate human language.

29
New cards

Ethical and Societal Risks of AI

Concerns such as carbon footprint, privacy and data misuse, misinformation, and concentration of power.