Types of Machine Learning Systems Flashcards

1
Q

what is supervised learning?

A

where data is labeled

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

what is unsupervised learning?

A

where data is unlabeled

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

what are the two categories are there is supervised learning?

A

classification and regression

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

what are the main categories in unsupervised learning?

A

clustering, visualising, dimensionality reduction, assocation rule learning

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

what is semisupervised learning?

A

for algorithms that can deal with partially labeled data

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

what is reinforced learning?

A

where learning systems can observe the environment and learn more over time to gain the most reward over time.

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

what is batch learning?

A

the systems learn incrementally, it must be training using all available data

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

what is online learning?

A

alternative to batch learning, where you train the system incrementally by feeding it instances sequentially, either individually or by small groups called mini-batches

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

what is out-of-core learning?

A

train huge datasets that cannot fit into memory by loading part of the data, running a training step and repeating until it has run on all of the data.

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

what is generalization?

A

how well a model works with new instances

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

what is instance-based learning?

A

where the system learns the instances, then generalises to new cases using a similarity measure

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

what is model-based learning?

A

build a model of instances and then use that model to make predictions

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