MAI - topics 5-9 Flashcards

1
Q

Problem (T5)

A

Situation, question, or thing that causes difficulty, stress, or doubt.

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

Problem Solving Process (T5)

A

Understand the problem - identify and define
Plan – analyse, form a strategy
Do – resources, organise information
Check – moniter progress, evalutate results

Does not need to be in order

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

Knowledge Representation (T5)

A

Representation of information from real world for a computer to understand and solve

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

DIKW Model (T5)

A

Data Information Knowledge Wisdom (pyramid)

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

Data (T5)

A

Representation of facts, observations and occurrences – raw without processing

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

Information (T5)

A

Data converted into meaningful form

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

Knowledge (T5)

A

Facts, skills and understanding gained, through experience, which enhances ability to evaluate context, make decisions and take actions

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

Wisdom (T5)

A

Ability to act critically or practically in a situation – based on ethical judgement based on an individual’s belief system – application of knowledge centred around a certain criteria

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

Knowledge vs Wisdom (T5)

A

Knowledge - collection of information through learning, skills and studies, organised information

Wisdom - ability to judge and apply education to practical life

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

Machine Reasoning (T5)

A

Process of taking information that is known along with background information to make inferences regarding unknown information

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

Knowledge Processing System (T5)

A

Allows a strategy to make a decision in acquiring knowledge

Machines struggle to interpret all human information – must represent

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

Declarative Knowledge (T5)

A

Concepts, Facts

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

Structural Knowledge (T5)

A

Problem solving, relationship between concepts and objects

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

Procedural Knowledge (T5)

A

Knowing how to do something (rules)

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

Meta Knowledge (T5)

A

Knowledge about other types of knowledge (planning, learning)

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

Heuristic Knowledge (T5)

A

Expert knowledge in a field – solves problems based on experience of previous problems

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

KR Components (T5)

A

Perception – retrieves data
Learning – learns from captured data
Knowledge representation and reasoning –
humanlike intelligence
Planning and execution – depend on analysis from KRR

18
Q

Intelligent Agents (T5)

A

Anything that can be taken as percieving an environment

19
Q

Structure of an Intelligent Agent (T5)

A

Sensing – perceiving features of environment
Thinking – decide what action to take
Acting – doing things

20
Q

Machine Learning vs Reasoning (T5)

A

ML - mathematics, predictions, analytical, training, works on data

Reason - KR, problem solving, expert, works on knowledge

21
Q

Optimisation problems (T6)

A

Huge proportion of problems we ask computers to solve

Best solution from a number of alternatives

Heuristics

22
Q

Combinatorial optimisation problems (T6)

A

Find the best combination of discrete values from some given set

23
Q

Combinational Explosion (T6)

A

Occurs in numeric problems when the complexity rapidly increases, caused by the increasing the number of possible combinations of inputs

Curse of dimensionality

24
Q

Curse of Dimensionality (T6)

A

Explosive nature of increasing data dimensions and its resulting exponential increase in computational efforts required for its processing

Observed in machine learning

Increase in dimensions add more information – improve quality of data but practically increases noise as well

25
Q

Symbolic AI (T6)

A
  • Must provide all the characteristics in advance
  • Able to replicate high level human capabilities
    using recent advances on formal systems and computational capacity
  • Decision tree
26
Q

Connectionist AI (T6)

A

Tries to produce intelligent behavior replicating neural structures: small computational units playing the role of “neurons”

27
Q

Machine Learning (T6)

A

Field of AI that applies statistical methods to enable computer systems to learn from the data towards an end goal

Uses various types of automated algorithms that learn to model functions and predict future actions from data

28
Q

Deep Learning (T6)

A

Neural networks with several hidden layers
- training (calibration) and validation (assess)

Uses neural networks that pass data through many processing layers to interpret data features and relationships - forecasting

29
Q

ML vs DL (T6)

A

ML - thousands of data points, neumerical value, predict future actions, directed by data analyists

DL - millions of data points, numerical to free-form elements, interpretation, largely sefl directed

30
Q

DL Feedforward Networks (T6)

A

Multi-layered networks, where inputs are weighted and some function transforms the weighted total giving the output, which is the input of the next layer
- use errors to learn

31
Q
A
32
Q

Deep Learning Applications (T6)

A
  • Use of neural network for programming
  • Classical dynamic programming – based on optimisation
  • Reinforcement learning – constructing networks capable of optimal behaviour on a given artificial environment
33
Q

Cognitive Computing (T7)

A

Try to mimic a human brain by analysing text/speech/sound/images and objects to give a desired outcome (AI-based language translation software)

34
Q

Speech Recognition (T7)

A

Cognitive service that aims to replicate a human action - processes sproken word and processes it into readable text

35
Q

Speech Recognition Applications (T7)

A

Transcription, voice-based search engines, produces data for analysis

36
Q

Computer (T8)

A

Device that can be instructed to carry out sequences of arithmetic or logical operations automatically or computer programming

37
Q

Robot (T8)

A

Machine which may or may not require intelligence, specific tasks, physical form

38
Q

AI (T8)

A

Ability for a computer or robot to perform tasks associated with intelligent beings

39
Q

Robot Types (T8)

A

Autonomous/semi-autonomous

40
Q

Robotics Applications (T8)

A

Assembly, customer service, packaging, open source robotics (AI)