Exercise 1 - Basic Concepts in Machine Learning Flashcards

1
Q

Learning

A

Learning is the acquisition of new information or knowledge or the process to acquire knowledge or skill by systematic study or by trial and error.

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

Google Translate ML?

A

Yes

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

calls with Google to restaurant ML based?

A

Yes. Only work in small domain

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

WildCat (The World’s Fastest Quadruped RobotI) ML based?

A

No

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

ML definition

A
  • field of study that gives computers the ability to learn without being explicitly programmed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Four components of a ML system

A
  • Dataset
  • Model
  • Objective Function
  • Algorithm
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Is ML a prerequisite for the implementation of cognitive functions in artificial cognitive systems?

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

four cognitive functions in artificial cognitive systems

A
  • Learning and development
  • Memory, knowledge, and internal simulation
  • Perception
  • Autonomy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Learning and Development in the context of artificial cognitive systems

A
  • modelling and implementation of biological learning mechanisms (operant conditioning, implicit learning, explicit learning, perception)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

implicit learning

A

learning without conscious operations

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

explicit learning

A

conscious operation where the individual works and tests hypothesis in a search for structure

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

How is perception implemented in ML?

A
  • e.g. unsupervised learning of visual features
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is autonomy?

A

dynamic adaption to changes in the environment

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

For which environments is ML useful?

A

For artificial cognitive systems that are situated in complex dynamic environments.

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

Why is it not possible to program everything in advance in complex dynamic environments?

A
  • environment is changing continuously
  • dynamics too complex to be modeled explicitly (faces)
  • system itself is subject to change (through growth, aging etc. )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

feature engineering

A
  • selection of the right features. Features must contain the information required for predicitions
17
Q

inductive learning

A
  • specific examples -> general rule
18
Q

Definition of ML task

A

Train model M in a hypothesis space H using a learning algorithm A so that M minimizes loss L for dataset S. This type of learning is inductive learning.

-> The choice of H and L depends heavily on the properties of S

19
Q

Mixed data

A

labeled and unlabeled data

20
Q

Dynamic data

A

Zeitreihen

21
Q

Do natural datasets have specific structural featues?

A

Yes.

22
Q

Semi-supervised learning

A
  • Mixed data: labeled and unlabeled training samples

- a priori assumptions on input data required

23
Q

reinforcement learning

A

-Dynamic environment: interaction with the environment
- reward signal encodes feedback for the policy
(trail and error)

24
Q

Types of ML

A

Unsupervised learning
Semi-supervised learning
Reinforcement learning
Supervised learning

25
Q

What is the choice of a learning paradigm motivated by?

A

The type of data available