All Flashcards
How do you define machine learning? (Formal)
A computer program that is said to learn from experience E, with respect to some class of tasks T and performance measure P, if its performance in tasks in T, as measured by P, improves with experience E.
ETP, the experience of the task of ET’s performance
How do you define Machine Learning (Informal)
A field of study that gives computers ability to learn without being explicitly programmed.
ETP mean?
Experience, Task, Performance
What does E mean in ETP?
The experience of a task that the machine learns from.
What does T in ETP mean?
The task the machine is doing.
What does P in ETP mean?
The performance measured by the task T.
What is an example of ETP?
Learning how to use a radio, playing chess or checkers.
What are the two common types of machine learning?
Supervised Learning and Unsupervised Learning
What does supervised learning mean?
Supervised Learning is where the machine gets the correct answers and learns from it.
What does unsupervised learning mean?
Unsupervised learning is where the machine makes structure by clustering the data based on the variables in the data without any knowledge what the results look like.
Is there feedback based on the prediction of the results in unsupervised learning?
No.
What is clustering?
Grouping things onto groups based on different variables.
What is non-clustering?
Finding a structure in a chaotic environment.
What does the notation y_i mean?
Output or target features
What does the notation x_i mean?
Input features