Artificial Intelligence Chapter 7A Flashcards

1
Q

When was AI first coined?

A

AI was first coined in 1950 alongside the LISP programming language

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

When was the first AI winter?

A

The first AI winter took place in 1973

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

What caused the sudden appreciation of AI again?

A

1) Powerful intensive computers became widely available albeit at a higher cost (GPU)
2) Big Data: The availability of big data due to smartphones and the internet of things accelerated the adoption of AI
3) Software algorithms: Deep Learning, Machine Learning

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

What is the difference between supervised and unsupervised learning?

A
  1. Supervised learning required labelling of data (regression & classification)
  2. Unsupervised learning DOES NOT require the labelling of data (clustering)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the concept of reinforcement learning?

A

Reinforcement learning makes use of “agents” to help learn and maximize the software by giving “rewards” in that environment.

use of ‘agent’ that learns to maximise ‘reward’ in an environment

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

What are the several Deep Learning Methods? What are each of them used for?

A
  1. Artificial Neural Network (Used in the processing of large number-type data)
  2. Convolution Neural Network ( Used in the recognition of images)
  3. Recurrent Neural Network (Used in the recognition of audio)
  4. Deep reinforcement learning
  5. Transfer Learning (Used to repurpose the AI to target and transfer its algorithms to another use case)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a hidden layer?

A

A hidden layer consists of multiple learnable parameters, it is essentially an algorithm that can learn & improve by itself.

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

What is a deep neural network?

A

Deep neural network are multiple layers of hidden layers. They allow for much more sophisticated algorithms to be learnt

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

What are the concerns about AI?

A
  1. Job Loss
  2. Misuse of AI (Deepfakes)
  3. AI explainability
  4. AI bias (Who programmed the AI)
  5. AI in ethics (Weaponizing AI)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly