Week 1 Flashcards
What is the (Euclidean) Distance between 2 points?
The distance between two points is change in y + change in x
What is the derivative of a function?
The rate of change of y with respect to the change of x is called the derivative, of the function w.r.t. x
How do you find the minimum (or max) of a function
Differentiate and find the point where the value is 0
Attributes (in machine learning)
Pieces of information that are inputted to a machine in order to help develop a computational model
What is the notation for machine learning?
*Check slides
Annotated Data
existing, already labeled, data
Training Data
unlabelled annotated data
Two model types
- Mathematical Function
2. Input Values as Examples (Comparison)
Types of Input Attributes
Numerical, Ordinal, Categorical
Types of Output Attributes
Numeric and continuous, Categorical
Regression
Where the output is numeric, single input attribute
Classification
Separates observations into different classes, two input attributes
Univariate
One independent variable
“New” values
unseen values for the model
L1 Loss
Sum of absolute values of distance