Coursera AI specialisation course 1 Flashcards
What is supervised learning?
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
What is a classification algorithm
Classification is a type of supervised machine learning that’s purpose is to predict categories of discrete data
What is unsupervised learning?
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
What is regression?
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
What is clustering?
This is a form of unsupervised learning where the algorithm must try to group data into clusters without any supervision