Machine learning Flashcards
What type of workload is to use data from past observations to predict unknown outcomes or values
Machine learning
What is the process of defining the function that makes predictions of labels based on features?
Training
What is it called when you use a model to predict new values?
inferencing
What does training data consist of?
Past observations
What are the attributes of something called?
What are their mathematical notation?
Features.
x
What is the value of something called?
Label
y
What is the mathematical notation for a function
f
so y =f(x)
What are the two main branches of machine learning?
Supervised
Unsupervised
What type of machine learning involves training models using data that consists only of feature values without any known labels?
Unsupervised
What type of machine learning algorithms training data includes both feature values and known label values.
Supervised