Technology guide 4 - Artificial intelligence Flashcards

1
Q

What is artifical intelligence?

A
  • Theory and development of information systems able to perform tasks that normally require human intelligence.
  • Subfield of computer science
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explain what weak AI is

A

Weak AI (narrow AI) performs a useful and specific function that once required human intelligence to perform and does so at human levels or better

character recognition, 
speech recognition, 
machine vision, 
robotics, 
data mining, 
medical informatics, 
automated investing,
Etc.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is strong AI?

A

hypothetical artificial intelligence that matches or exceeds human intelligence.

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

What is the Turing Test?

A

computer and human pretend to be women or men, and human has to identify through questions which is human.

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

Describe the preservation of knowledge for NI and AI

A

NI: perishable from an organizational POV
AI: Permanent

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

Describe the duplication and dissemination of knowledge in a computer for NI and AI

A

NI: difficult, expensive and takes time
AI: easy, fast, inexpensive

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

Describe the total cost of knowledge for NI and AI

A

NI: can be erratic, inconstistant, incomplete
AI: consistent and thorough

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

Describe the documentation of process and knowledge for both NI and AI

A

NI: difficult and expensive
Ai: easy and inexpensive

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

HOw does creativity vary between Ai and NI?

A

NI: can be very high
AI: low, uninspired

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

Describe the use of senory experiences for NI and AI

A

NI: direct and rich in possibilities
AI: must be interpereted first; limited

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

Describe how well NI and AI recognize patterns and relationships

A

NI: fast, easy to explain
AI: not better than people in MOST cases

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

Describe the reasoning of NI and AI

A

NI: makes use of wide context of experiences
AI: good in only narrow, focused, stable domains

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

What are the reasons for advancement in AI?

A
  • Advancements in chip technology
  • Big data
  • The internet and cloud computing
  • Improved algorithms
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the stages of AI?

A
  1. Recommendation systems
  2. AI analyzes the data
  3. Analyze additional data from smart devices and sensors
  4. Integrate 3 previous steps to enable machines to sense and respond to the world around them
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Name 4 AI technologies

A

Expert systems (ESs)
Machine Learning
Deep Learning
Neural Networks

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

What are ESSs?

A
  • Expert systems
    1. Computer mimics human by applying expertise in a specific domain
    2. Either support or replace decision makers
    3. Make inferences and arrive at conclusions
17
Q

What is machine learning?

A
  • Develop algorithms that learn from and make predictions about data
  • Build a model from example inputs to make data-driven predictions or decisions
  • ML is the ability to accurately perform new, unseen tasks, built on known properties learned from training or historical data that are labelled.
  • Process:
    1. Have problem
    2. Create rule
    3. Apply rule
    4. Feedback
    5. Adjust rule
    6. repeat
18
Q

What is deep learning?

A
  • Subset of machine learning where the computer discovers new patterns without being exposed to labelled historical or training data
  • Example applications of deep learning include
  • speech recognition,
  • image recognition,
  • natural language processing,
  • drug discovery and toxicology, and
  • customer relationship management.
19
Q

What are neural networks?

A
  • set of virtual neurons that work in parallel to stimulate the way the human brain works
  • The neural network assigns numerical values, or weights, to connections between the neurons
  • Uses four main components:
    1. Inputs
    2. Weights
    3. Bias or threshold
    4. output
20
Q

Describe current neural networks

A
  • Because of improvements in algorithms and increasingly powerful computer chips and storage, deep learning researchers are able to model many more layers of virtual neurons in neural networks than previously.
  • Current neural networks are able to simulate billions of neurons.
21
Q

What is image processing?

A
  • Each level of neural network manages a different level of abstraction
  • To process an image, the first layer is fed with raw image
  • That layer notes aspects of the images such as the brightness and colors of individual pixels, and how those properties are distributed across the image.
  • The next layer analyzes the first layer’s observations into more abstract categories, such as identifying edges, shadows, and so on.
  • The next layer analyzes those edges and shadows, looking for combinations that signify features such as eyes, lips, and ears.
  • The final layer combines these observations into a representation of a face.
22
Q

What is a depp neural network?

A
  • DL automates much of the feature extraction piece of the process
  • Eliminates some of the manual human intervention
  • Enables the use of large data sets
23
Q

What are the AI applications

A
  • Computer Vision
  • Natural Language Processing
  • Robotics
  • Speech Recognition
  • Intelligent Agents
  • Monitoring and Surveillance Agents
  • User Agents