01 Machine Learning Landscape Flashcards

1
Q

define semi-supervised

A

Where few target values are defined and not defined for other

Eg - google photos once we tag a person in 1 picture the model will automatically tag the person in other photos

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

Define reinforcement learning

A

Model completely learns by itself using penalising and rewards

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

Define unsupervised

A

When target variables are not defined

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

Based on human supervision ML is divided into

A

Supervised Learning

Unsupervised Learning

Semi-supervised Learning

Reinforcement Learning

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

Define Supervised learning

A

Where the target values are defined

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

types of ML based on learning.

A
  1. Online Learning
  2. Batch Learning
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

types of ML based on working.

A

1.instance based
2.model based

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

what is batch learning

A

model does not learn incrementally.
once model is created, we need to retrain the model to get output on different set of data.

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

What is Online Learning

A

the system continuously learns with sequential data or incremental data.
It is used for data which keeps on changing.

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

what is Instance Based Learning

A

In this model will try to learn the target variable by heart and try to generalize.

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

what is model based learning.

A

in this model will find pattern and trends of target variable and than generalize it.

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