intro Flashcards
What is Machine Learning? (Tom Mitchell - 1998)
A computer program is said to learn from experience E with respect to sam taks T and some performance measure P, if its performacnce on T, as measured by {, improves with experience E
What is Machine Learning? (Tom Mitchell - 1998)
A computer program is said to learn from experience E with respect to some taks T and some performance measure P, if its perfprmance on T, as measured by P, improves with experience E.
Tom Mitchell def example - emails spam
T- classifying emails as spam or not spam
E - watching you label emails as spam or not spam
P - the number (or fraction) of emails correctly classified
What is Supervised Learning?
Data with ‘right answers’ is given. Each example in dataset has label with positive/ negative outcome.
What is Unsupervised Learning?
Dataset with no label, trying to find some stutter in the given data, ex. cocktail party problem
What is Classification problem?
Try to predict discrete-valued output,
ex have cancer or not, could have more values ( cancer type1, cancer type 2…)
What is Regression Problem?
Predict continuous real-valued output,
ex. house price
What is Linear Regression?
Linear Regression is approach for modeling the relationship between a scalar dependent varaiable y and one or more explanatory variables denoted X.
How Learning Algorithm works?
Linear Regression with on variable - equation.
Univariate linear regression.