Chapter 14 Flashcards

1
Q

Artificial Intelligence (AI)

A

Focused on studying human thought processes and recreating them with machines like computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Strong AI

A

Hypothetical AI that matches or exceeds human intelligence and can perform any intellectual task that humans can

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Weak AI (Narrow AI)

A

AI that performs a specific function, previously requiring human intelligence, and does so at human levels or better

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Algorithm

A

A set of clear steps to solve a problem or complete a task.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Machine Learning (ML)

A

A type of artificial intelligence that allows systems to automatically learn and improve from experience without being explicitly programmed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Supervised Learning

A

Giving the system data and expected outcome results

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Classification

A

When a computer learns to put things into groups based on their information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Supervised Learning Classifications

A

Binary Classification
Multi-Class Classification
Multi-Label Classification
Imbalanced Classification

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Binary Classification

A

Only two possible groups for the data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Multi-Class Classification

A

More than two groups for the data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Multi-Label Classification

A

Each example can belong to more than one group at the same time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Imbalanced Classification

A

Some groups (classes) have way more examples than others

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Semi-Supervised Learning

A

Giving small amounts of labelled data and large amount of unlabelled data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Unsupervised Learning

A

Computer finds patterns in data on its own without labels or much help

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Reinforcement Learning

A

System learns to achieve a goal in an uncertain and complex environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Deep Learning

A

Artificial neural networks learn from large amounts of data

17
Q

Neural Network (NN)

A

Virtual “neurons” arranged in layers that work together to simulate the human brain, to solve problems or recognize patterns

18
Q

Node

A

Part of Neural Network that takes input, processes it, and produces an output

19
Q

Backpropagation

A

A supervised learning method used to update a model’s parameters to improve the accuracy of its predictions.

20
Q

Recurrent Neural Network (RNN)

A

A type of neural network that processes sequential or time-series data, where the network’s decision depends on previous outputs

21
Q

Convolutional Neural Network (CNN)

A

Neural network used to understand images by looking at parts like edges, curves, and colors, and then putting them together to figure out what the image shows

22
Q

Generative Adversarial Network (GAN)

A

Has 2 parts
Generator: Learns to create realistic data.
Discriminator: Learns to distinguish between real and generated (fake) data

23
Q

Computer Vision

A

The ability of systems to recognize objects, scenes, and activities in images

24
Q

Natural Language Processing (NLP)

A

The ability of systems to understand and process text the way humans do

25
Q

Speech Recognition

A

The ability of systems to automatically and accurately transcribe human speech

26
Q

Chatbot

A

A program that uses AI and natural language processing to simulate human conversation, either by voice or text

27
Q

Machine Learning Systems

A

Systems that perform new tasks accurately by learning from training data or historical data with known labels

28
Q
A