Coursera AI specialisation course 1 Flashcards

1
Q

What is supervised learning?

A

Supervised learning is where a machine learns through seeing input x mapped to input y.It is trained by showing an input
and the correct label aka output.After this is done the machine should use this learning algorithm to predict the output of an x it has never seen before

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

What is a classification algorithm

A

Classification is a type of supervised machine learning that’s purpose is to predict categories of discrete data

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

What is unsupervised learning?

A

This is when a program is given data without output labels and must try to find patterns in order to group the data together
Find structure in data

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

What is regression?

A

This is a type of supervised learning which has to predict a numerical continuous data output and there are an infinite number of outputs to choose from

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

What is clustering?

A

This is a form of unsupervised learning where the algorithm must try to group data into clusters without any supervision

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